Jump to content

vampir_MD

Membru
  • Posts

    443
  • Joined

  • Last visited

Everything posted by vampir_MD

  1. static szPlayerChatMsg[MAX_PLAYERS][128]; IL pui la public OnPlayerText(playerid, text[]) [pawn] if(IsPlayerFlooding(playerid) && !IsPlayerAdmin(playerid)) { SendClientMessage(playerid, 0xFF0000FF, "*{6EF83C} You can only send a message once every three {FFFFFF}seconds."); return 0; } if(!IsPlayerAdmin(playerid)) { if(strlen(text) == strlen(szPlayerChatMsg[playerid]) && !strcmp(szPlayerChatMsg[playerid], text, false)) { SendClientMessage(playerid, 0xFF0000FF, "* {FFFFFF}Please do not repeat {F81414}yourself."); format(szPlayerChatMsg[playerid], 128, "%s", text); return 0; } } format(szPlayerChatMsg[playerid], 128, "%s", text); iPlayerChatTime[playerid] = GetTickCount();[/pawn] SI pe esta jos de la public OnPlayerText(playerid, text[])[pawn]} stock IsPlayerFlooding(playerid) { if(GetTickCount() - iPlayerChatTime[playerid] < 2200) return 1; return 0; }[/pawn] public OnPlayerDisconnect(playerid, reason) iPlayerChatTime[playerid] = 0; szPlayerChatMsg[playerid] = "";
  2. Incearca sa usezi un xStream si inca una platforma unde este puse masine puneo in gm si o sa marga
  3. Foarte tare bv 5/5
  4. In primul rind nu e un tutorial ci e un fs daca e facut de tine dai edit la fs
  5. Forte fain numia ca ai incurcat nu aici se poteaza postezal la mape
  6. Foarte bun fs 5/5
  7. Frumos 4/5
  8. vampir_MD

    Soccer

    Foarte frumos 5/5
  9. foarte tare bv 5/5
  10. vampir_MD

    [MAP]DM Plaja

    Foarte tare 10/10
  11. Foarte bun bv 5/5
  12. Bravo foarte tare 5/5
  13. Iala de aici http://solidfiles.com/d/6b2f2/ alta data cauta si tu
  14. Vezi pote il ai intrun fs sau in gm cauta la public OnGameModeInit()
  15. Daca hostul e pe linux si tu ai sv pe windos nu merge trebue sal schimbi pe linux
  16. vampir_MD

    Ajutor

    Utete pote il ai intrun fs sau il ai pus in gm
  17. dati T/C nu e facut de el
  18. bravo pentru primul tau fs 5/5
  19. bravo macar pentru efort ca lai tradus 4/5
  20. bravo frumos 5/5 pentru lucru
  21. frumos bravo :)
  22. Foarte tare imi place 10/10
  23. Foarte tare 10/10
×
×
  • 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.