11.04.2009, 11:46
Quote:
Originally Posted by OmeRinG
This is weird as it seems you were doing the code alright, try this instead:
pawn Код:
|
when i type an invalid command it returns "i don't know this command."
and when i type the valid command, it does as supposed to, without anything else
Edit:
While i'm on it, how do i make an if statement telling if the player is in a vehicle or not?
i tried with:
Код:
if(!IsPlayerInAnyVehicle(playerid);)return 1; { //code } else { //code }