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. In primul rind nu e un tutorial ci e un fs daca e facut de tine dai edit la fs
  4. Forte fain numia ca ai incurcat nu aici se poteaza postezal la mape
  5. vampir_MD

    Soccer

    Foarte frumos 5/5
  6. vampir_MD

    [MAP]DM Plaja

    Foarte tare 10/10
  7. Iala de aici http://solidfiles.com/d/6b2f2/ alta data cauta si tu
  8. Vezi pote il ai intrun fs sau in gm cauta la public OnGameModeInit()
  9. Daca hostul e pe linux si tu ai sv pe windos nu merge trebue sal schimbi pe linux
  10. vampir_MD

    Ajutor

    Utete pote il ai intrun fs sau il ai pus in gm
  11. bravo pentru primul tau fs 5/5
  12. bravo frumos 5/5 pentru lucru
  13. Foarte tare imi place 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.