Search Results
Hi..how i can save Wanted Points/Stars when the player Disconnect/Respawn/Death.If you need any Line please tell me..Thanks.[Sorry for my bad english x_x)
98
pawn Код: public OnPlayerDeath(playerid, killerid, reason){    new name[MAX_PLAYER_NAME];    new string[256];    //new dmessage[128];    //new deathreason[20];    new playercash;    ne...
104
Hi..I have a problem...If i have wanted level and a cop kill me..I'm not going to prison..How i can solve this.. P.S.: If u need a line or something please tell me. Thanks!!
104
pawn Код: if(PlayerInfo[playerid][pMember] == 1) { ChosenSkin[playerid] = 280; SetPlayerSkin(playerid, 280); }                    else if(PlayerInfo[playerid][pMember] == 2) { ChosenSkin...
119
Hi..I have 2 questions: 1: How can I change the skins to families by rank? 2: How can I change skins from the beginning?(F4 + Kill) If you need a line or something please tell me. Thanks!
119
Hi...i installed Sa-Mp 0.3c(RC6) at my gamemod and when i enter in a house/faction/business i can't exit.I type /exit but no effect.How i can solve this?Thanks!
132
Hi...i installed Sa-Mp 0.3c(RC6) at my gamemod and when i enter in a house/faction/business i can't exit.I type /exit but no effect.How i can solve this?Thanks!
70
ok...this is: pawn Код: public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger){    new string[256];    new plname[MAX_PLAYER_NAME];    GetPlayerName(playerid, plname, sizeof(plname)...
166
i think this is the code: http://pastebin.com/2CLPimY5
166
Hi...i have e problem with wanted points/level...when i enter in a police vehicle i got 2 stars and 1 wanted level...then if i enter again i got 4 stars and 1 wanted level...The problem is at wanted S...
166
Hi...i created an HQ for LCN...but all Famylies can enter in this hq: pawn Код: if(strcmp(cmdtext, "/enter", true) == 0)    {    if(PlayerInfo[playerid][pMember] >= 5 || PlayerInfo[playerid...
130
Hi...i need a CarOwnership with commands: /v buy,/v sell,/v park ...etc...i searched but no result...Thanks very much!!!
61
Hi...who know command for /carid ...i used /oldcar but i have some errors...so,i need /carid ...Thanks so much!!!
86
ok...i used this: pawn Код: if((carid >= 35) && (carid <= 60) || (carid >= 249) && (carid <= 259) || carid == 66 || carid == 67 || carid == 91 || carid == 92 || carid =...
109
ok...this is the line: pawn Код: if((carid >= 35) && (carid <= 60) || (carid >= 249) && (carid <= 259) || carid == 66 || carid == 67 || carid == 91 || carid == 92 || c...
109
Hi...I put some cars at "IsACopCar" and when i press Compile he says pawn Код: C:\Documents and Settings\aCid\Desktop\Zonek\gamemodes\eRP.pwn(2314) : error 075: input line too long (after substitu...
109
Ok...i have this: if(strcmp(cmd, "/fdeposit", true) == 0 || strcmp(cmd, "/fbank", true) == 0) { if(IsPlayerConnected(playerid)) { if(IsAMember(playerid)) { tmp = strto...
95
Hi...is there any code for /fdeposit(Faction Deposit?).I have this command but when i'm in hq and write /fdeposit he says: You are not in Hq...Thanks.
95