Search Results
i dont understand, post in the Russians section
168
playerid is not defined in the timer function , you need to do this pawn Код: for(new i =0;i<MAX_PLAYERS;i++) then replace all pawn Код: playerid with pawn Код: i
242
thanks i didnt know the whole Quote: set the respawn time to '-1'. That means that it won't be respawned untill it'll die (exploded, in water etc.).
1,174
you mean you want only people in a certain radius to see what you write?
203
pawn Код: enum _PINFO{      Float:pLastX,    Float:pLastY,    Float:pLastZ    }new PVar[MAX_PLAYERS][_PINFO]; Under OnPlayerDisconnect add pawn Код: new Float:x,Float:y,Float:z;GetPla...
132
sorry for offtopic but wow you have 632904 lines?!
305
Quote: Originally Posted by exora Hi, the service is owned by me, and is mainly made for "those people" which are unable to buy/afford hosts or just want to try out scripts. Servers/panel...
925
Quote: Originally Posted by seanny Are you really sure that is possible? hahah for real? again, wt type of gm is it.
365
u2gaming was similar to this, it then shut down without notice.
925
zcmd, works great and doesn't need the whole dcmd(ban,3).....
708
this has nothing to do with sa-mp, its the actual game you have.
546
Quote: Originally Posted by futuretrucker (I think) IsPlayerAdmin only checking for RCON admins. Not sure tho. Quote: Originally Posted by xalith add pawn Код: if( IsPla...
412
nice! , but should be placed in gm or other fs, since it would use up a slot for a small piece of code.
285
under dcmd_goto , btw soz i haven't used that code in a while, its IsPlayerAdmin(playerid) just like that. my bad :d
412
lol dude, suing them would cost you way more, and you'll probably end up losing
1,519
add pawn Код: if( IsPlayerAdmin[playerid] == 1) // this checks if they are rcon admin change it to suit your needs.
412
pawn Code: new msg[MAX_PLAYERS]; // add this to the top of your code              if(IsPlayerInRangeOfPoint(playerid,40.0,-2013.1947,-61.9978,35.3203) && IsPlayerInAnyVehicle(playerid)...
243
try placing it under OnPlayerUpdate
243
seams pretty good btw its labyrinth.
353