Jump to content

sand145

Membru
  • Posts

    9
  • Joined

  • Last visited

Everything posted by sand145

  1. Incearca asta: [pawn] if(strcmp(cmd, "/musicforall", true) == 0) { //tmp = strtok(cmdtext, idx); new length = strlen(cmdtext); while ((idx < length) && (cmdtext[idx] <= ' ')) { idx++; } new offset = idx; new link[182]; while ((idx < length) && ((idx - offset) < (sizeof(link) - 1))) { link[idx - offset] = cmdtext[idx]; idx++; } link[idx - offset] = EOS; if(!strlen(link)) { SendClientMessage(playerid, COLOR_GREY, "Foloseste: /musicforall [link-ul]"); return 1; } if(PlayerData[playerid][pAdmin] >= 1338) { foreach(Player, i) { PlayAudioStreamForPlayer(i, link); Listening = true; } } return 1; }[/pawn]
  2. raspunde cineva? scuze de dublu-post
  3. Cum fac ca atunci cand un COP omoara pe cineva care are wanted sa il bage in puscarie?
  4. sand145

    Virus

    De ce la orice server de 0.3d imi apare antivirusul? Si odata l-am dezactivat si mi-a virusat windowsul
  5. sand145

    System War

    am cautat dar nu am gasit va rog datimi un site de la tutorial
  6. Va rog datimi si mie un tutorial cum sa fac un sistem de war pe aliante
  7. Salut as vrea o comanda cand dau /healthiszone sa dea heal doar in zona in care sunt eu. Vreau aceasta comanda pentru eventuri.
  8. Salut sa-mp.ro! As vrea o comanda ca de exemplu /restart si sa apara pe ecran Restart Server Reveniti! Si sa se restarteze automat.
  9. Faceti-mi va rog un tutorial video ca nu reusesc.
×
×
  • 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.