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