30.07.2009, 22:54
What about:
?
I hope this will help you
pawn Код:
public LOOOL2(playerid)
{
new world_id;
world_id = GetPlayerVirtualWorld(playerid);
if(world_id == 1)
{
SendPlayerFormattedText(playerid,"Virtual World 1", 0);
}
else if(world_id == 2)
{
LOOOL();
}
return 1;
}
I hope this will help you
