Jump to content

JustVlad

Membru
  • Posts

    3
  • Joined

  • Last visited

JustVlad's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Comanda nu functioneaza deoarece ai pusa o restrictie de locatie, daca nu esti in punctul xyz comanda nu va functiona.
  2. Deci pentru inceput trebuie sa setezi variabila de nr maxim de factiuni pe x+1, adica daca x = numarul factiunilor actuale, tu in loc sa pui 16 la nr maxim de factiune, o sa pui 17 deoarece trebuie plusat numarul cu un numar.
  3. Poti face si comanda de genul asta pentru ca este mai usoara.. CMD:cc(playerid, params[]) { new string[128]; if(gPlayerLogged[playerid] == 0) return SCM(playerid, COLOR_LIGHTRED, "You need to login first!); if(playerInfo[playerid][pAdmin] < 1) return 1; if(PlayerInfo[playerid][pAdmin] >= 1) { SCM(playerid, COLOR_WHITE, ""); SCM(playerid, COLOR_WHITE, ""); SCM(playerid, COLOR_WHITE, ""); SCM(playerid, COLOR_WHITE, ""); SCM(playerid, COLOR_WHITE, ""); SCM(playerid, COLOR_WHITE, ""); SCM(playerid, COLOR_WHITE, ""); SCM(playerid, COLOR_WHITE, ""); SCM(playerid, COLOR_WHITE, ""); SCM(playerid, COLOR_WHITE, ""); SCM(playerid, COLOR_WHITE, ""); SCM(playerid, COLOR_WHITE, ""); SCM(playerid, COLOR_WHITE, ""); SCM(playerid, COLOR_WHITE, ""); SCM(playerid, COLOR_WHITE, ""); SCM(playerid, COLOR_WHITE, ""); format(string, sizeof(string), "%s has cleared the chat.", GetPlayerName(playerid)); } return 1; }
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.