Bug or Error?:(
#1

Please help me how to fix that error:
PHP код:
Kit-Zone\gamemodes\pcs..pwn(21671) : error 017undefined symbol "newcar"
Kit-Zone\gamemodes\pcs..pwn(21672) : error 017undefined symbol "newcar" 
And the lines:
PHP код:
GetVehiclePos(carCarInfo[newcar][cLocationx], CarInfo[newcar][cLocationy], CarInfo[newcar][cLocationz]);
SetPlayerCheckpoint(playeridCarInfo[newcar][cLocationx], CarInfo[newcar][cLocationy], CarInfo[newcar][cLocationz], 6); 
And the script.
PHP код:
            else if(strcmp(x_nr,"locate1",true) == 0)
            {
                new 
car PlayerInfo[playerid][pPcarkey];
                new 
Float:cLocationx;
                new 
Float:cLocationy;
                new 
Float:cLocationz;
                 if(!
IsPlayerConnected(playerid))
                 {
                     return 
1;
                 }
                if(
IsTrailerAttachedToVehicle(GetPlayerVehicleID(playerid)))
                   {
                       if(
PlayerOnMission[playerid] > 0)
                    {
                        
SendClientMessage(playeridCOLOR_GREY" {CCCCCC}Poti folosi comanda cand termini {FFFFFF}Mission!");
                        return 
1;
                       }
                    if(
PlayerInfo[playerid][pPcarkey]==-1)
                    {
                        
GameTextForPlayer(playerid"~w~You do not have a car to locate"25003);
                        return 
1;
                    }
                }
                  
SendClientMessage(playerid,COLOR_WHITE,"Car spawn location is red on a map");
                
GetVehiclePos(carCarInfo[newcar][cLocationx], CarInfo[newcar][cLocationy], CarInfo[newcar][cLocationz]);
                   
SetPlayerCheckpoint(playeridCarInfo[newcar][cLocationx], CarInfo[newcar][cLocationy], CarInfo[newcar][cLocationz], 6);
                   
CP[playerid] = 987;
                   return 
1;
            } 
Reply


Messages In This Thread
Bug or Error?:( - by radiobizza - 09.06.2013, 05:34
Re: Bug or Error?:( - by Emmet_ - 09.06.2013, 05:35
Re: Bug or Error?:( - by radiobizza - 09.06.2013, 05:36
Re: Bug or Error?:( - by radiobizza - 09.06.2013, 06:40
Re: Bug or Error?:( - by radiobizza - 09.06.2013, 08:42
Re: Bug or Error?:( - by Giroud12 - 09.06.2013, 09:09

Forum Jump:


Users browsing this thread: 2 Guest(s)