Need help with car entering...
#3

Here is no debug needed.

You get the vehicleid
Код:
    new CarCheck = GetPlayerVehicleID(playerid)
BEFORE the player is in the vehicle. So it will return 0 and none of your car check will work.
Just use 'vehicleid'.

Although

Код:
            SendClientMessage(playerid, COLOR_RED, "* %s spins a key and tries to start vehicle engine.*");
%s is not supported in SendClientMessage(); You have to get the player name at first then format a string and then send it via SendClientMessage()
Reply


Messages In This Thread
Need help with car entering... - by Scrillex - 10.02.2013, 20:34
Re: Need help with car entering... - by MP2 - 10.02.2013, 20:48
Re: Need help with car entering... - by LeBoyce - 10.02.2013, 20:54
Re: Need help with car entering... - by Scrillex - 10.02.2013, 21:38
Re: Need help with car entering... - by LeBoyce - 10.02.2013, 21:45
Re: Need help with car entering... - by Scrillex - 10.02.2013, 22:25
Re: Need help with car entering... - by mastermax7777 - 10.02.2013, 22:30
Re: Need help with car entering... - by Scrillex - 10.02.2013, 22:43

Forum Jump:


Users browsing this thread: 2 Guest(s)