16.04.2016, 01:23
comment your command
then try to use any other command when you're in a vehicle. May be an issue due other commands
PHP код:
/*CMD:pizza(playerid,params[])
{
new newcar = GetPlayerVehicleID(playerid);
if(vehicleVariables[newcar][vVehicleJob] == 6 && playerVariables[playerid][pJob] == 6)
{
.....
return 1;
}
*/