05.02.2013, 16:17
Hi,
When I try to check a vehicle, in this case the "574" which is called "Sweeper" console does not detect it. I've tried several ways and does not work.
EDIT: I tried with others vehicles and unfortunately, No works.
Proofs:
I tried to perform this command ingame, It didn't work...
I'm currently using the client 0.3x.
When I try to check a vehicle, in this case the "574" which is called "Sweeper" console does not detect it. I've tried several ways and does not work.
EDIT: I tried with others vehicles and unfortunately, No works.
Proofs:
PHP код:
CMD:mycar(playerid, params[])
{
if(IsPlayerInVehicle(playerid, 574))
{
SendClientMessage(playerid, -1, "You are in a sweeper");
}
return 1;
}
I'm currently using the client 0.3x.