20.11.2011, 11:28
I have virtual world script like this
but when i go on . Example " /world5 "
other player can goto me.. i need script who cant other player goto me when i am in /world1-5
if (strcmp(cmdtext, "/world3", true) == 0)
{
SetPlayerVirtualWorld(playerid, 3);
return 1;
}
(thanks, soz 4 bad english)
but when i go on . Example " /world5 "
other player can goto me.. i need script who cant other player goto me when i am in /world1-5
if (strcmp(cmdtext, "/world3", true) == 0)
{
SetPlayerVirtualWorld(playerid, 3);
return 1;
}
(thanks, soz 4 bad english)