Search Results
Eşti dispus să remunerezi/să oferi o oarecare recompensă оn schimbul serviciilor prestate de scripter?
190
As far as I know, you can use the 'rcon.exe' application located in the folder you installed GTA San Andreas in.
113
Hello, members of the SAMP forums, I'm Daniel (my nickname is 'zombieking'), an experienced PAWN scripter - I joined the SAMP forums in 29/06/2011, shortly after I started learning this scripting lan...
184,440
pawn Код: TogglePlayerSpectating(playerid, 1);
106
pawn Код: public OnPlayerConnect(playerid){// here}
112
And what do you think I used? JernejL's map editor. When testing/debugging, the objects appear (talking about default house furniture here), but when in 'editing mode', they don't.
112
I've removed some objects using JernejL's editor (and they disappeared there). I got the code by clicking the 'Show Code' button and put it beneath OnPlayerConnect - it didn't remove any of the object...
112
Lag compensation is a new feature (added in 0.3z) which removes the need for lead aiming/lag shooting.
100
You can use a MySQL database and load them from there.
164
Hello, members of the SAMP forums, I'm Daniel (my nickname is 'zombieking'), an experienced PAWN scripter - I've joined the SAMP forums in 29/06/2011, shortly after I've started learning this scripti...
184,440
Already tried that. EDIT: fixed. Declaration was: pawn Код: new PlayerText:Textdraw0[MAX_PLAYERS];
79
pawn Код: PlayerTextDrawHide(playerid,PlayerText:pTextdraw0); Argument type mismatch (argument 2).
79
Hello, members of the SAMP forums, I'm Daniel (my nickname is 'zombieking'), an experienced PAWN scripter - I've joined the SAMP forums in 29/06/2011, shortly after I've started learning this scripti...
184,440
pawn Код: if(PlayerInfo[playerid][pGift] = 1) Should be pawn Код: if(PlayerInfo[playerid][pGift] == 1)
202
If the player changed his name - that's a situation.
247
The query I posted is the final result of using format (used the same variable for both of the player name occurrences). And, for some reason, this variable is sometimes truncated
247
Bumping this (I know it's not allowed, but I really need a solution - I tried debugging it myself and no success)
247
PHP код: UPDATE users SET Name = 'zombieking', Password = '123qwe', Level = 1, Spawn = 0, TesterLevel = 0, HelperLevel = 0, AdminLevel = 0, RegularRank = 0, UpgradePo...
247
Yes. Almost everything is an integer except some strings.
62