Interiors
#2

try using this callback
pawn Код:
public OnPlayerInteriorChange(playerid, newinteriorid, oldinteriorid)
{
    return 1;
}
so imagine interior 1
pawn Код:
public OnPlayerInteriorChange(playerid, newinteriorid, oldinteriorid)
{
       if(newinteriorid == 1)
       {
       CreateObject...
       }
    return 1;
}
dont know if it works
Reply


Messages In This Thread
Interiors - by patfay - 09.04.2011, 20:06
Re: Interiors - by tanush - 09.04.2011, 20:08
Re: Interiors - by patfay - 09.04.2011, 20:11
Re: Interiors - by patfay - 09.04.2011, 20:16
Re: Interiors - by linuxthefish - 09.04.2011, 20:20
Re: Interiors - by patfay - 09.04.2011, 20:22
Re: Interiors - by linuxthefish - 09.04.2011, 20:23
Re: Interiors - by patfay - 09.04.2011, 20:25
Re: Interiors - by linuxthefish - 09.04.2011, 20:38
Re: Interiors - by tanush - 09.04.2011, 20:40
Re: Interiors - by Mean - 09.04.2011, 20:46
Re: Interiors - by patfay - 09.04.2011, 20:49
Re: Interiors - by linuxthefish - 09.04.2011, 20:53
Re: Interiors - by patfay - 09.04.2011, 20:57
Re: Interiors - by tanush - 09.04.2011, 21:05
Re: Interiors - by patfay - 09.04.2011, 21:25

Forum Jump:


Users browsing this thread: 3 Guest(s)