30.01.2012, 22:55
No lugar disso:
Coloque isso:
pawn Код:
if((newkeys == 1) && (IsPlayerInAnyVehicle(playerid)))
{
OnPlayerCommandText(playerid, "/motor");
return 1;
}
pawn Код:
if((newkeys == 32) && (IsPlayerInAnyVehicle(playerid)))
{
OnPlayerCommandText(playerid, "/motor");
return 1;
}