28.11.2011, 20:53
pawn Код:
command(world_NonRP, playerid, params[])
{
SetPlayerVirtualWorld(playerid, 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!");
return 1;
}
command(world_RP, playerid, params[])
{
SetPlayerVirtualWorld(playerid, playerid+0);
SendClientMessage(playerid, WHITE, "You have been moved to the RP world!");
return 1;
}
WRONG SECTION!