Cruncy Posted November 7, 2010 Posted November 7, 2010 care imi poate face o comanda de restart din joc...care sa poata lua si fs-urile...deoarece /gmx-u meu nu le ia:|
Jo!nt Posted November 7, 2010 Posted November 7, 2010 Incearca asta :if(strcmp(cmd, "/gmx", true) == 0) { if(IsPlayerConnected(playerid)) { if (PlayerInfo[playerid][pAdmin] >= 1337) { GameModeExit(); } else { SendClientMessage(playerid, COLOR_WHITE, " You are not authorized to use that command !"); } } return 1; }Sau asta : if(strcmp(cmd, "/restart", true) == 0) { if(IsPlayerConnected(playerid)) { if (PlayerInfo[playerid][pAdmin] >= 1339) { GameModeInitExitFunc(); } else { SendClientMessage(playerid, 0x639EC5FF, "Nu esti autorizat sa folosesti aceasta comanda."); } } return 1; }
Question
Cruncy
care imi poate face o comanda de restart din joc...care sa poata lua si fs-urile...deoarece /gmx-u meu nu le ia:|
1 answer to this question
Recommended Posts