20.07.2011, 02:00
That is the right way to do it. Remember that GetPlayerInterior returns the current interior, not if the player is in a interior. For that you would need to do this
pawn Код:
if(GetPlayerInterior(playerid) != 0) return 1;