[HELP] Possibly unattendend assignment
#5

from:

if(pickupid = LVElevPickup[0])

else if(pickupid = LVElevPickup[1])


to:

if(pickupid == LVElevPickup[0])

else if(pickupid == LVElevPickup[1])


Reply


Messages In This Thread
[HELP] Possibly unattendend assignment - by NtCat - 13.04.2009, 16:17
Re: [HELP] Possibly unattendend assignment - by GanG$Ta - 13.04.2009, 16:20
Re: [HELP] Possibly unattendend assignment - by NtCat - 13.04.2009, 16:22
Re: [HELP] Possibly unattendend assignment - by Nubotron - 13.04.2009, 16:27
Re: [HELP] Possibly unattendend assignment - by GanG$Ta - 13.04.2009, 16:27
Re: [HELP] Possibly unattendend assignment - by NtCat - 13.04.2009, 16:31

Forum Jump:


Users browsing this thread: 1 Guest(s)