GetPlayerInterior
#1

Hello, i want to check if a player isnt in that interior i tried that but that doesnt seem to work:

Код:
if(!GetPlayerInterior(playerid) == 3)
Reply
#2

Quote:
Originally Posted by Blackazur
Посмотреть сообщение
Hello, i want to check if a player isnt in that interior i tried that but that doesnt seem to work:

Код:
if(!GetPlayerInterior(playerid) == 3)
Код:
if(GetPlayerInterior(playerid) != 3)
Reply
#3

if(GetPlayerInterior(playerid) != 3)
(Someone beat me to it.)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)