29.11.2011, 17:17
Quote:
command:fixvw( playerid, params[]) { if(Player[playerid][Tester] >= 1) SetPlayerVirtualWorld(playerid, 0); new string[50]; format(string, sizeof(string), "%s has fixed your virtual world", GetName(playerid)); SendClientMessage(playerid, WHITE, string); } |