29.03.2012, 19:54
Код:
if(strcmp(tmp, "/vw", true) == 0) { if(IsPlayerConnected(playerid)) { new plvworld = GetPlayerVirtualWorld(playerid); if(plvworld == 0) { SendClientMessage(playerid, COLOR_RED, "** Ti-ai resertat Virtual World la 0."); } else { SendClientMessage(playerid, COLOR_RED, "** You can only use this command in vw 0."); } } return 1; }