Search Results
Код: F:\CNR - RP\gamemodes\arcnr2p.pwn(11989) : error 001: expected token: ";", but found "-identifier-" line pawn Код: PlayerInfo[playerid][pVehicle1] = 1;
103
F:\CNR - RP\gamemodes\arcnr2p.pwn(12037) : error 033: array must be indexed (variable "-unknown-") Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 1 Error. line : new o = GetName...
99
Quote: Originally Posted by Excel™ VehicleInfo[5][vInfo] still like beforce
118
Код HTML: F:\CNR - RP\gamemodes\arcnr2p.pwn(515) : warning 213: tag mismatch F:\CNR - RP\gamemodes\arcnr2p.pwn(515) : warning 213: tag mismatch F:\CNR - RP\gamemodes\arcnr2p.pwn(515) : warning 213...
118
Quote: Originally Posted by RenovanZ You can't easily compare strings with == or check the strings length by => <= > even < You need strcmp, and strlen. pawn Код: if(Vehicl...
225
Quote: Originally Posted by Clad Did you read my reply in your previous thread ? i have do that , its work , but its buggy, every car i use say "Welcome to your bought vehicle from Otto...
225
if(VehicleInfo[pveh][bought] == pname && VehicleInfo[pveh][bought] <= MAX_PLAYERS_) this line 1009 VehicleInfo[pveh][bought] = pname; this line 10040
225
Код HTML: F:\CNR - RP\gamemodes\arcnr2p.pwn(10009) : error 033: array must be indexed (variable "pname") F:\CNR - RP\gamemodes\arcnr2p.pwn(10040) : error 047: array sizes do not match, or destinat...
225
Код HTML: F:\CNR - RP\gamemodes\arcnr2p.pwn(3138) : error 033: array must be indexed (variable "pname") Код HTML: public OnVehicleDeath(vehicleid, killerid) { for(new i = 0; i < MAX_PLA...
266
Код HTML: F:\CNR - RP\gamemodes\arcnr2p.pwn(2136) : error 001: expected token: ")", but found "[" F:\CNR - RP\gamemodes\arcnr2p.pwn(2136) : warning 215: expression has no effect F:\CNR - RP\gamemo...
266
Код HTML: F:\CNR - RP\gamemodes\arcnr2p.pwn(2136) : error 006: must be assigned to an array Код HTML: for(new v=0; v<MAX_VEHICLES; v++) { VehicleInfo[v][bought] = pname; <<...
266
Код: new pname[24], str[128]; new string[128]; GetPlayerName(playerid,pname,sizeof(pname)); strreplacee(pname, '_',' '); format(str, sizeof(str), "%s says: %s", pname, text); ProxDet...
74
Код HTML: F:\CNR - RP\gamemodes\SFCRRPG.pwn(13175) : error 080: unknown symbol, or not a constant symbol (symbol "i") Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 1 Error. ...
73