Jump to content

GameR

Membru
  • Posts

    14
  • Joined

  • Last visited

    Never

About GameR

  • Birthday 16.12.1991

GameR's Achievements

Apprentice

Apprentice (3/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. Felicitari man. Este foarte frumos sv-ul 10/10
  2. Nu cred ca este facut de tine.. daia ai pus tu doar amx. Daca era facut de tine puneai si PWN.
  3. Am si eu system de admin Ladmin.. Si vreau sa fac sa apara asa cum apare /cmds sa apara /vips si nu stiu cum sa fac ca nu imi place cum apare /vips in chat :| ma puteti ajuta va rog? Uitati aici DCMD_VIPS dcmd_vips(playerid,params[]) { #pragma unused params new Count[2], i, string[128]; for(i = 0; i < MAX_PLAYERS; i++) if(IsPlayerConnected(i)) { if(PlayerInfo[i][Vip] > 0) Count[0]++; } if( (Count[0] == 0 && Count[1] == 0) || (Count[0] == 0 && Count[1] >= 1 && PlayerInfo[playerid][Vip] == 0) ) return SendClientMessage(playerid, blue, "No V.I.P Members online"); if(Count[0] == 1) { for(i = 0; i < MAX_PLAYERS; i++) if(IsPlayerConnected(i) && PlayerInfo[i][Vip] > 0) { format(string, sizeof(string), "V.I.P Members: (%d)%s [%d]", i, PlayerName2(i), PlayerInfo[i][Vip] ); SendClientMessage(playerid, blue, string); } } if(Count[0] > 1) { new x; format(string, sizeof(string), "V.I.P's: "); for(i = 0; i < MAX_PLAYERS; i++) if(IsPlayerConnected(i) && PlayerInfo[i][Vip] > 0) { format(string,sizeof(string),"%s(%d)%s [%d]",string,i,PlayerName2(i),PlayerInfo[i][Vip]); x++; if(x >= 5) { SendClientMessage(playerid, blue, string); format(string, sizeof(string), "Vips: "); x = 0; } else format(string, sizeof(string), "%s, ", string); } if(x <= 4 && x > 0) { string[strlen(string)-3] = '.'; SendClientMessage(playerid, blue, string); } } return 1; }
  4. Nu merge sa il compilezi ... da o eroare si aia nu merge reparata.
  5. Am rezolvat
  6. Foarte frumos Vampir_MD 10/10
  7. Bunicel Dar in V2 sa pui si tu mai multe comenzi... De exemplu /goto / mycolor /veject ....
  8. Super Tare cel mai bun speedy 5/5
  9. foarte frumos 5/5
  10. Frumos 10/10
  11. slab rau de tot =)) "1/5"
  12. Frumoasa mapa 5/5
  13. foarte fain
  14. GameR

    Spalatorie

    fain 5/5 :P
×
×
  • 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.