GetPlayerInteiror
#1

Is there any way.... I'm loooking to do something like this


GetPlayerInteriror blahblahblah

and if they're any other inteiror apart from 0 then it will set their int to 0
Reply
#2

pawn Код:
if(GetPlayerInterior(playerid) != 0)
{
   SetPlayerInterior(playerid,0);
   return 1;
}
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)