ExTazZ.BELEAUA Posted February 3, 2019 Share Posted February 3, 2019 (edited) Acest public va ajuta de a va putea grad direct din joc, in loc sa mai intrati prin baza de date etc.. Daca aveti probleme, va astept cu un pm pe forum 1.Trebuie sa adaugam forward EstiFondator(playerid); 2. Adaugam public EstiFondator(playerid) { if(IsPlayerConnected(playerid)) { new nume[512]; GetPlayerName(playerid, nume, sizeof(nume)); if((strcmp(nume, "Aici va puneti numele vostru", true) == 0)) { return 1; } } return 0; } Daca doriti sa mai adaugati si pe altii in gamemode sa fiti mai multi face-ti gen asa. if((strcmp(nume, "nume1", true) == 0) || (strcmp(nume, "nume2", true) == 0) || (strcmp(nume, "nume3", true) == 0)) 3. Adaugam in comanda [/setadmin] [/makeadmin] (Cum aveti voi) Unde e if (PlayerInfo[playerid][pAdmin] >= 6)(sau ce admin aveti voi setat aici). Pune-m asa. if (PlayerInfo[playerid][pAdmin] >= 6 || EstiFondator(playerid)) Edited February 3, 2019 by ExTazZz Link to comment Share on other sites More sharing options...
TFG zeeenut Posted February 8, 2019 Share Posted February 8, 2019 Multumim Link to comment Share on other sites More sharing options...
sLoww ToV Posted February 9, 2019 Share Posted February 9, 2019 Merge Link to comment Share on other sites More sharing options...
Trevor P. Posted February 12, 2019 Share Posted February 12, 2019 Aceasta functie este gasita in gamemode-ul BigZone. Link to comment Share on other sites More sharing options...
sLoww ToV Posted February 14, 2019 Share Posted February 14, 2019 On 2/12/2019 at 9:45 PM, GroWy said: Aceasta functie este gasita in gamemode-ul BigZone. Este găsită în aproximativ toate gamemodeurile cu baza de date Link to comment Share on other sites More sharing options...
qRuby Posted February 16, 2019 Share Posted February 16, 2019 imi place ca si in ziua de azi mai copiaza unii din bugzone, bv. Link to comment Share on other sites More sharing options...
Jackson Brooklyn Posted February 16, 2019 Share Posted February 16, 2019 On 2/4/2019 at 1:11 AM, ExTazZz said: Pune-m asa. Cuvantul "Punem" se scrie legat Tutorialul este unul mega basic, fara masuri de securitate, etc... Link to comment Share on other sites More sharing options...
Recommended Posts