Problem!
#3

pawn Код:
public OnPlayerInteriorChange(playerid,newinteriorid,oldinteriorid)
{
   if(oldinteriorid==/*Shop one*/)
   {
       if(GetPlayerVirtualWorld(playerid)==/*Your World*/)
       {
          //Do whatever you want here
       }

       if(GetPlayerVirtualWorld(playerid)==/*Your other World*/)
       {
          //Do whatever you want here
       }
   }
   return 1;
}
I hope this helps you.

Greetz,
Jeffry
Reply


Messages In This Thread
Problem! - by dovys11 - 29.07.2010, 09:04
Re: Problem! - by Mimic - 29.07.2010, 09:07
Re: Problem! - by Jeffry - 29.07.2010, 09:09
Re: Problem! - by dovys11 - 29.07.2010, 09:21
Re: Problem! - by Jeffry - 29.07.2010, 09:25
Re: Problem! - by dovys11 - 29.07.2010, 09:33
Re: Problem! - by Jeffry - 29.07.2010, 09:41
Re: Problem! - by Mimic - 29.07.2010, 09:48
Re: Problem! - by dovys11 - 29.07.2010, 09:52
Re: Problem! - by Jeffry - 29.07.2010, 09:56

Forum Jump:


Users browsing this thread: 2 Guest(s)