Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Finch

#106
Scripting and Server Management / RentHeli
Mar 13, 2015, 03:07 PM
Well i See RentHeli Command Which take rent 20000 for one day for heli
what is it function i want this cmd give me example plz
#107
function tablespawn()
       {
       QuerySQL( db, "CREATE TABLE IF NOT EXISTS Spawnwep ( Name TEXT, Wep NUMERIC, Wep2 NUMERIC, Wep3 NUMERIC, Wep4 NUMERIC )" );
   }
#108
else if ( cmd == "myspawnwep" )
  {
ePrivMessage( player.Name + "'s Spawnwep:[ " + GetSpawnwep(player) + " ]", player );
  }






Function


function GetSpawnwep( player )
{
QuerySQL(db, "SELECT Name FROM Spawnwep WHERE rowid LIKE '" + text + "'" );
}
#109
well it say You have been kick from the server
Disconnected
#110
Hello Can Any oNE Can Give me exmaple how to make Myspawnwep command?
#111
there is no function of onWeaponChange
And Miracle How to check slots of weapons every weapon have his own xml file
#112
thnx Rathore problem was solved
#113
no weapon is disable
#114
I am facing a big problem i add custom weapons in svr when i use the custom weapons i always get auto kick
#115
very thnx for u but now one problem how to inc cash of drugdelar?
#116
yes this is offer drug cmd

else if ( cmd == "offerdrugs" )
{
     if ( status[ player.ID ].IsReg == false ) ePrivMessage( "[Error] - You are Not Registered!", player );
  else if ( !player ) MessagePlayer( "[Error] - Unknown player.", player );
   else if ( !text ) MessagePlayer( "[Error] - Type /offerdrugs Player.", player );
     else if ( status[ player.ID ].IsLogged == false ) ePrivMessage( "[Error] - You're Not Login!", player );
else
{
          Message( " " + player.Name + " is offering drugs to " + player.Name + "." );
}
}
#117
another problem when i type /buydrugs it say none offer you drug and when i type /offerdrugs 0 and type /buydrugs it also said none offer you drugs maybe something went wrong on playerstats i add this on it offerdrugs = 0;
and this is line on command buy drug
if( status[player.ID].offerdrugs == 0 ) MessagePlayer( "Error - None offered you drugs...", player );
#118
what ur mean?  i am Pyschokiller? i dont need to be mansion this well it is my system not of u PysChO_Killer

Coz Every One know he has solen my function and i also post it on forum and it removed now

#119
well it is my system not of u PysChO_Killer

thnx seby and rathore but seby your line that i have to add on playerjoin it is probably bugged i check it when i remove it then it work fines but i need help in another thing how to inc cash of druger who offer drugs it just decrease cash of buyer but not increase of drugdelar