30.11.2009, 12:08
Hello i want to make command that will show player virtual world
How to make it work ?
Код:
if(strcmp(cmd, "/myvirtualworld", true) == 0)
{
if (PlayerInfo[playerid][pAdmin] >= 1)
{
SendClientMessage(playerid,COLOR_LIGHTGREEN,"Your virtual world is d% ",GetPlayerVirtualWorld(playerid));
}
return 1;
}

