05.11.2009, 02:03
how do I have the exit for this code, because thats what tp's me into the interior
Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
if(pickupid == ARMORY)
SetPlayerPos(playerid,2324.419921,-1145.568359,1050.710083);
SetPlayerInterior(playerid,12);

