22.03.2009, 13:17
Is IsPlayerInVehicle bugged? There're no errors/warnings. It just doesn't work.
pawn Код:
if (strcmp("/command", cmdtext, true, 10) == 0)
{
if(IsPlayerInVehicle(playerid, 476)) // If the player is in rustler
{
...
}
return 1;
}