Sricpt problem here.
#7

Quote:
Originally Posted by CmZxC
Посмотреть сообщение
pawn Код:
if(newstate == PLAYER_STATE_DRIVER)
    new newcar;
    {
        newcar = GetPlayerVehicleID(playerid);
    }
    if(IsATaxicar(newcar))
    {
        if(PlayerInfo[playerid][pJob] == 2)
        RemovePlayerFromVehicle(playerid);
        SendClientMessage(playerid, COLOR_GREY,"You don't have keys of this car.");
        return 1;
Then i get this

pawn Код:
C:\Users\Robin\Desktop\New folder\pawno\include\/CRP/Publics/OnPlayerStateChange.pwn(108) : error 017: undefined symbol "newcar"
C:\Users\Robin\Desktop\New folder\pawno\include\/CRP/Publics/OnPlayerStateChange.pwn(108) : warning 215: expression has no effect
C:\Users\Robin\Desktop\New folder\pawno\include\/CRP/Publics/OnPlayerStateChange.pwn(110) : error 017: undefined symbol "newcar"
C:\Users\Robin\Desktop\New folder\pawno\include\/CRP/Publics/OnPlayerStateChange.pwn(112) : error 017: undefined symbol "newcar"
Reply


Messages In This Thread
Sricpt problem here. - by N0FeaR - 09.03.2012, 19:48
Re: Sricpt problem here. - by Libra_PL - 09.03.2012, 19:49
Re: Sricpt problem here. - by Tanush123 - 09.03.2012, 19:50
Re: Sricpt problem here. - by Konstantinos - 09.03.2012, 19:54
Re: Sricpt problem here. - by N0FeaR - 09.03.2012, 19:56
Re: Sricpt problem here. - by CmZxC - 09.03.2012, 20:10
Re: Sricpt problem here. - by N0FeaR - 09.03.2012, 20:45
Re: Sricpt problem here. - by BrandyPenguin - 09.03.2012, 21:17
Re: Sricpt problem here. - by Konstantinos - 10.03.2012, 17:49

Forum Jump:


Users browsing this thread: 4 Guest(s)