Jump to content

alexter

Membru
  • Posts

    27
  • Joined

  • Last visited

    Never

Everything posted by alexter

  1. } if (strcmp(cmd, "/admins", true) == 0) { if(IsPlayerConnected(playerid)) { SendClientMessage(playerid, COLOR_GRAD1, "Admins Online:"); for(new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { if(PlayerInfo[pAdmin] >= 1 && PlayerInfo[pAdmin] < 1338) { GetPlayerName(i, sendername, sizeof(sendername)); format(string, 256, "Admin: %s", sendername); SendClientMessage(playerid, COLOR_GRAD2, string); } } } } return 1; } Aceasta este
  2. Salut Am si eu o intrebare cand dau comanda /admins vrea sa imi scrie lvl adminului cu culori si nustiu cum daca ma potate ajuta cineva va rog frumos ;D
×
×
  • 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.