01.06.2010, 17:07
Use [pawn.] [/pawn.] for small pawn codes.
And use
Add that to your commands.
And use
pawn Код:
new PlayerVW = GetPlayerVirtualWorld(playerid);
if(!PlayerVW == 4)
{
// rest of the command
}
else
{
// what happends when his in vworld 4
}