Search Results
Or you can use... pawn Код: if(strcmp(cmd, "/respawnallcars", true) == 0 || strcmp(cmd, "/rac", true) == 0) // by TyreXel    {      if(IsPlayerConnected(playerid))      {        if(Pl...
125
Quote: Send the message before 'x' reaches 3 It doesnt work
114
Hello, I have a tiny problem with my /jaillist command, the problem is when someone is jailed when a cop types /jaillist it shows the players that are jailed only on 1 columb example Name: %s | ID: %d...
114
I have a /fine cmd for admin but it gives me errors here is the /fine cmd : pawn Код: new FineMoney[MAX_PLAYERS]; pawn Код: //-----------------------------------[Fine]-----------------------...
91
I have a problem with the DMV checkpoints, I have the first checkpoint, when I get in it, it deasapears and the rest dosn't show on the map or on the street. The checkpoints aren't made by me, i thin...
71
And from where could I get the bigstrtok and strtok?
214
nope the error is at: pawn Код: QUEOff(COLOR_RED,string); and what u said MenaceX^ I have: pawn Код: new noque= 0; ...
214
Sry for double post, I found a /n chat but when I put it in my gamemode it gives me an error something like this "error 017: undefined symbol "QUEOff" " Here is the pawno code: pawn Код: if(strcm...
214
/b is for local OOC chat, I need the /n chat for newbies questions
214
If someone can tell me the pawn code of (/n)ewbie chat please ! I need it for a Godfather Mod If it can be 30secs betwen messages Thx !
214
Help I have a problem with /uncuff command this is the script: Код: if(strcmp(cmd, "/uncuff", true) == 0) { if(IsPlayerConnected(playerid)) { if(gTeam[playerid] == 2) { tmp = st...
99