Search Results
Dude just save data when the player logs out & on everytime the player does something new like buy something or enter faction or something likethat( hope u got it) + try to save ongamemodeexit( wo...
175
Actually that isn't called a bug, nd it's too easy to fix
3,132
Nice, i made a taxi script too , before u release this one, using FCNPC & GamerZ gps plugin , but mine comes to u even if it\'s very far ^^ ; nice though, i guess this one is better than mine
11,588
dude wtf: could have been made lot easier : PHP код: CMD:setpos(playerid, params[]) { new Pos[3]; if(sscanf(params, "fff", Pos[0], Pos[1], Pos[2])) return SendClientMessage(playerid, C...
112
you are not even trying to show them, try doing this : PHP код: //These must be outside ! in top of gamemode new PlayerText:Textdraw0[MAX_PLAYERS]; new PlayerText:Textdraw1[MAX_PLAYE...
140
try like this: PHP код: public OnPlayerKeypadInput(playerid, keypadID, type, key) {     if(type == KEYPAD_INPUT_GOOD)     {          if(keypadID == KEYPAD_GATE) Move...
76
It's possible to do it in pawn but i do believe that using a plugin would be faster and way better, thank's
840
terminй, tiens: PHP Code: -- #include <zcmd> #include <dini> #include <sscanf2> #define MAX_OBJECTS 500 new totalobjets = 0; enum ObInfo { Model, Float:Pos[3]; } new ObjetInfo[...
1,475
Quote: Originally Posted by JeaSon no its r39-3 check it on github https://github.com/pBlueG/SA-MP-MySQ...ases/tag/R39-3 Yeah but you said R9-3
953
Quote: Originally Posted by JeaSon thanks thanks i mean R9 the latest plugin Which plugin are you talking about ? The last BlueG's plugin is R39-2 i believe
953
Try to use SetSpawnInfo https://sampwiki.blast.hk/wiki/SetSpawnInfo
197
Doing this pawn Код: new Input = {'a','b','c','d','e'};print(Input); Isn't possible, because this , is supposed to hold an integer generally but doing this is possible: pawn Код: new Input[6]...
169
Cool ! I can't wait for this version !!!!!!!!
32,429
It's simple to solve, you have to edit your textdraws to center alignement and put the textdrawtextsize to 11, 11 or 9, 9
126
Quote: Originally Posted by davve95 The server might be turned off. Ask your friends if it works for them. Or you maybe got banned ?. But there's more reasons. Are you sure that it's a ...
245