05.02.2013, 16:19
I'm using [0.3x]..
I tried this command to check if the server is checking the vehicle 574.
And unfortunately it's not checking... This is the command I used.
I tried this command to check if the server is checking the vehicle 574.
And unfortunately it's not checking... This is the command I used.
PHP Code:
CMD:mycar(playerid, params[])
{
if(IsPlayerInVehicle(playerid, 574))
{
SendClientMessage(playerid, -1, "You are in a sweeper");
}
return 1;
}