Problem!
#4

Quote:
Originally Posted by Mimic
Посмотреть сообщение
What, so the virtual worlds for each shops are different? but when they exit that shop you want it back to normal?
Yep...

Quote:
Originally Posted by Jeffry
Посмотреть сообщение
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
Well... This doesn't help me really... I'm doing entry to that shop with command...

And you could explain the code you write a bit because I'm pawno beginner
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: 1 Guest(s)