Weird error with my job
#7

Hm, do you get the "wrong truck" error even at first truck? If yes
pawn Код:
if(PlayerInfo[playerid][pDeliveryVeh] != GetPlayerVehicleID(playerid))

//To

if(-1 != PlayerInfo[playerid][pDeliveryVeh] && PlayerInfo[playerid][pDeliveryVeh] != GetPlayerVehicleID(playerid))

I can see bright future ahead of you if you call yourself a beginner - apart from minor stuff it's nicely planned and written
Reply


Messages In This Thread
Weird error with my job - by oblexive - 26.07.2012, 16:33
Re: Weird error with my job - by Misiur - 26.07.2012, 17:01
Re: Weird error with my job - by oblexive - 26.07.2012, 17:17
Re: Weird error with my job - by oblexive - 26.07.2012, 17:20
Re: Weird error with my job - by Misiur - 26.07.2012, 17:41
Re: Weird error with my job - by oblexive - 26.07.2012, 18:03
Re: Weird error with my job - by Misiur - 26.07.2012, 18:16
Re: Weird error with my job - by oblexive - 26.07.2012, 18:23
Re: Weird error with my job - by Misiur - 26.07.2012, 18:38
Re: Weird error with my job - by oblexive - 26.07.2012, 18:48

Forum Jump:


Users browsing this thread: 1 Guest(s)