[HELP]Vehicle id's mess up
#1

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
Reply
#2

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

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
Reply
#4

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

Код:
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");
}
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)