28.11.2011, 21:22
PHP код:
command(world_NonRP, playerid, params[])
{
SetPlayerVirtualWorld(playerid, 2);
SendClientMessage(playerid, WHITE, "You have been moved to the Non-RP world!");
SendClientMessage(playerid, ADMINORANGE, "If you was just in the middle of RP, you're fucked!");
}
command(world_RP, playerid, params[])
{
SetPlayerVirtualWorld(playerid, 0);
SendClientMessage(playerid, WHITE, "You have been moved to the RP world!");
}
