SA-MP Forums Archive
[HELP]Vehicle id's mess up - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [HELP]Vehicle id's mess up (/showthread.php?tid=397719)



[HELP]Vehicle id's mess up - --LooD-- - 06.12.2012

Problem:
When I bought a car and when I entered into car. Send me a message:
"Ballas" or
"You don't have keys of this vehicle"
...

Pls Help...

I hope you understand ... I'm from Bosnia


Re: [HELP]Vehicle id's mess up - Faisal_khan - 06.12.2012

Exactly what do you want us to do? Do you want to remove those messages or the messages pops up the wrong time?


Re: [HELP]Vehicle id's mess up - --LooD-- - 06.12.2012

When I bought a car and when I entered into car. Send me a message:
"You don't have keys of this vehicle"
but

when I set job at 1..Then everything is normal


Re: [HELP]Vehicle id's mess up - xtr3mepWnaGe - 06.12.2012

show me the lines with the word "You don't have keys of this vehicle."


Re: [HELP]Vehicle id's mess up - --LooD-- - 07.12.2012

Код:
if(KosacTrave(newcar))
{
if(PlayerInfo[playerid][pPosao]== 1)
{
CanTurnEngine[playerid] = newcar;
}
else
{
RemovePlayerFromVehicle(playerid);
TogglePlayerControllable(playerid,1);
SCM(playerid, ZUTA, "You don't have keys of this vehicle");
}
}