Search Results
how I delete my account this forum help please
56
http://yadi.sk/d/I6IObktNLTGWj here link
520
good work LSPD building is deleted please fix
245
Quote: Originally Posted by JonathanFeitosa pawn Код: if(newstate == 2){    new aracid = GetPlayerVehicleID(playerid);    if(PlayerInfo[playerid][pFaction] != AracBilgi[aracid][Ara...
232
Quote: Originally Posted by JonathanFeitosa pawn Код: if(newstate == 2){    new aracid = GetPlayerVehicleID(playerid);    if(AracBilgi[aracid][AracTip] == ARAC_FACTION && P...
232
Quote: Originally Posted by iThePunisher pawn Код: if(newstate == 2)    {    for(new s = 0;s<MAX_ARAC;s++)    {    new aracid = GetPlayerVehicleID(playerid);    if(AracBil...
232
hello I'm coding new rp mod but this code doesn't work help please pawn Код: if(newstate == 2)    {    for(new s = 0;s<MAX_ARAC;s++)    {    new aracid = GetPlayerVehicleID(playerid);Â...
232
Quote: Originally Posted by Dolby Do you have sure that the error is in this line? Anyway, you need make a debug to find the problem. pawn Код: if(PlayerInfo[ playerid ][ pFaction ]...
147
Quote: Originally Posted by Dolby pawn Код: new sFaction[MAX_PLAYER_NAME]; if doesn't work again, post the all code. pawn Код: warning 229: index tag mismatch (symbol "ServerBil...
147
Quote: Originally Posted by Dolby Where are sFaction? anyway, try: pawn Код: format(sFaction,sizeof(sFaction), ServerBilgi[Faction0]); doesn't work :S
147
Quote: Originally Posted by Dolby Show the declaration of sFaction and ServerBilgi. PHP код: enum ServerInfo {        Float:sPos_x,        Float:sPos_y,      ...
147
Help Please PHP код: if(PlayerInfo[ playerid ][ pFaction ] == 0) { sFaction = ServerBilgi[Faction0]; } 
147
Quote: Originally Posted by gtascripterultimate Test this: Код: if(newstate == 2) { for(new s = 0; s < sizeof(FactionAracBilgi); s++) { new Ara = GetPlayerVehicleID(playerid); ...
79
hello guys I created dynamic faction cars and everything is okey but this code doesn't work help me please PHP код:     if(newstate == 2)     {     for(new s = 0; s < s...
79
Код: SetPlayerInterior( playerid, PlayerInfo[playerid][Interior]); etPlayerVirtualWorld( playerid, PlayerInfo[playerid][VirtualWorld]); SetPlayerSkin( playerid, PlayerInfo[playerid][Skin]); SetPla...
184