Preventing some commands in a different world
#2

Use [pawn.] [/pawn.] for small pawn codes.

And use

pawn Код:
new PlayerVW = GetPlayerVirtualWorld(playerid);
if(!PlayerVW == 4)
{
// rest of the command
}
else
{
// what happends when his in vworld 4
}
Add that to your commands.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)