Jump to content

NeKeRm@N

Membru
  • Posts

    771
  • Joined

  • Last visited

    Never

Everything posted by NeKeRm@N

  1. frumusica 4/5
  2. mda.. numai stunt, drift, dm stii dar rp de ce nu faci? ) oricum 4/5 nu prea imi foloseste mie tutorialul..
  3. ba tu ai citit regurile alea inainte sa postezi? NU AI VOIE SA REINVII TOPICURI!!!
  4. bravo, 5/5
  5. mda ) miai facut si mie la mn in pc o lista cu astea ) bun pentru incepatori )
  6. mdadar mie imi place 5/5
  7. foarte tare pentru drifturi merge si pe rp )
  8. uite aici comanda /newbie if(strcmp(cmd, "/newbie", true) == 0 || strcmp(cmd, "/n", true) == 0) { if(IsPlayerConnected(playerid)) { if(PlayerInfo[playerid][pMuted] == 1) { SendClientMessage(playerid, TEAM_CYAN_COLOR, "You cannot speak, you have been silenced"); return 1; } if(nonewbie == 1) { SendClientMessage(playerid, TEAM_CYAN_COLOR, "Newbie chat is off."); return 1; } new length = strlen(cmdtext); while ((idx < length) && (cmdtext[idx] <= ' ')) { idx++; } new offset = idx; new result[128]; while ((idx < length) && ((idx - offset) < (sizeof(result) - 1))) { result[idx - offset] = cmdtext[idx]; idx++; } result[idx - offset] = EOS; if(!strlen(result)) { SendClientMessage(playerid, COLOR_GRAD2, "USAGE: (/n)ewbie [newbie chat]"); return 1; } if(PlayerInfo[playerid][pHelper] == 0) { format(string, sizeof(string), "[NEWBIE]: Newbie %s: %s", sendername, result); } else if(PlayerInfo[playerid][pHelper] == 1) { format(string, sizeof(string), "[NEWBIE]: Helper %s: %s", sendername, result); } else if(PlayerInfo[playerid][pHelper] == 2) { format(string, sizeof(string), "[NEWBIE]: Master %s: %s", sendername, result); } else if(PlayerInfo[playerid][pHelper] == 3) { format(string, sizeof(string), "[NEWBIE]: Administrator %s: %s", sendername, result); } SendClientMessageToAll(0x62B382AA, string); new y, m, d; new h,mi,s; getdate(y,m,d); gettime(h,mi,s); format(string, sizeof(string), "[%d/%d/%d](%d:%d:%d) %s (newbie): (%s)",d,m,y,h,mi,s, sendername, result); ChatLog(string); } return 1; }
  9. da pare interesant numai ca puneti fratilor nume romanesc, ca daia suntem romani 5/5
  10. inseamna ca ai ip dinamic si nu poti deschide un svr la tine in pc!
  11. foarte misto bravo 5/5
  12. 4/5 frumusica
  13. interesant tutorial
  14. ai uitat pe undeva o { si nu se lasa id de mess !
  15. mie imi place 5/5 :D
  16. NeKeRm@N

    [MAP] Sealife

    le ai cu mape frate 10/10
  17. NeKeRm@N

    [MAP] Karting

    super foarte tare 5/5 am so pun la mn in gm ;)
  18. o descriere la noua versiune?
  19. sau daca si daca ai ip static trebuie sa intri in start >run si sa scri cmd acolo.... eu asa am patit mereu cand imi reinstalez windowsul
  20. foarte tare 5/5 :azn:
×
×
  • 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.