12.06.2014, 14:22
Add a virtual world atleast, there are many places that has interior 4.
Change this:
To:
59 is an example, you may change it.
Change this:
pawn Код:
if(GetPlayerInterior(playerid) == 4)
pawn Код:
if(GetPlayerInterior(playerid) == 4 && GetPlayerVirtualWorld(playerid) == 59)