23.01.2011, 11:31
A little modification to the above code.
pawn Код:
if(strcmp(cmdtext, "/teles", true) == 0)
{
if ( GetPlayerVirtualWorld( playerid ) == 5 )
{
// this will get called only if playerid is in virtual world 5
}
}