- 0
Rezolvare comanda /deblock
-
Similar Content
-
- 2 replies
- 2.000 views
-
- 1 answer
- 447 views
-
- 0 replies
- 590 views
-
- 2 answers
- 1.038 views
-
Am o problema cu un battlepass,de ce nu merge comanda /misiuni cand o scriu,tin sa precizez ca script-ul mi l-a facut chatgpt
By cbnmihaita,
- 2 answers
- 854 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.

Question
Rullez.
Doresc si eu rezolvarea comenzii /deblock
if (strcmp(cmd, "/deblock", true)==0) { if((IsPlayerAdmin(playerid)) || PlayerInfo[playerid][pAdmin] >=3) { tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { SendClientMessage(playerid, COLOR_WHITE, "UTILIZEAZA: /deblock [Nume_Prenume] (Contul cu acest nume va fi sters din baza de date)"); return 1; } giveplayerid = ReturnUser(tmp); GetPlayerName(giveplayerid, giveplayer, sizeof(giveplayer)); GetPlayerName(playerid, sendername, sizeof(giveplayer)); format(string, 256, "ATENTIE ADMINI: %s a deblocat contul lui %s", sendername, tmp); ABroadCast(COLOR_YELLOW,string,1); format(string, 256, "ATENTIE ADMINI: %s a deblocat contul lui %s ", sendername, tmp); printf(string); PlayerInfo[giveplayerid][pLocked] = 0; } return 1; }7 answers to this question
Recommended Posts