Jump to content

IstuntmanI

Membru
  • Posts

    3.897
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by IstuntmanI

  1. Play il faci doar pentru admini si bagi un loop pentru toti jucatorii ... Posteaza comanda (doar /play) si ti-o fac eu.
  2. IstuntmanI

    [MAP]Party

    Deja m-am saturat de mapele de party si de RP ... Asta chiar e prea simpla, 3/5
  3. Clan DM v2.0 by [sRC]stuntman Introduction Este un GM cu care poti face clan war, are 3 echipe carora li se poate schimba numele: Team 1, Team 2, Spectator. Are doar o comanda, '/scor'. v2.0: - am facut scriptul mai eficient, am scapat de un timer, cel cu ScoreCheck si l-am bagat direct la 'OnPlayerDeath' la final si alte chestii, am folosit mai mult switch, etc. Installation 1. Pune "ClanDM.pwn" in folderul ".../gamemodes". 2. Intra in el si apasa F5 ( face .amx ) . 3. Pune la linia "gamemodes" in fisierul ".../server.cfg" "ClanDM" . Bugs Daca ati gasit vreun bug, raportati-l dupa urmatorul model: Credits stuntman - a(m) creat gamemode-ul; Runn3r - mapa Download SolidFiles - Download L-am facut pentru ce-i care vor sa faca odata un clan war cu cineva si nu au un GM pentru asa ceva PS: Stiu, este prea simplu, il facusem pentru un prieten, dar nu l-a mai folosit.
  4. Concluzie: mapele RP sunt facute la plictiseala xD 3/5
  5. Tu deja faci misto aici. Download: http://www.sa-mp.ro/forum/index.php/topic,4622.0.html 1,2: http://forum.sa-mp.ro/index.php?topic=4623.0 3. Ajuta la ce vrei tu:
  6. Voi numai mape de RP stiti :|, un obiect aci, unu acolo, gata mapa!!! xD 3/5
  7. 1.Deschide mai intai pawno 0.3c. 2.Apasa pe Open si selecteaza FS-ul asta. 3.Compile.
  8. IstuntmanI

    .

    Ar fi bine sa mearga si pozele ... Vroiai sa zici MTA* Grov = Grove No photo, no rating. Daca nu pui pozele bune ti se va inchide topicul.
  9. IstuntmanI

    [MAP]BankLS

    LOL Sunt de acord cu el: )
  10. Scott_Williams, nu mai posta problemele godfather in afara topicului respectiv, este a nu stiu cata abatere. Warn +1. http://www.sa-mp.ro/forum/index.php/topic,5356.0.html
  11. IstuntmanI

    [MAP]BankLS

    Care e faza cu prima poza ? xD a invatat sa mearga :-" 2/5 ..
  12. Nu mai suntem comunisti xD Downloadezi sa-mp server de aici: http://team.sa-mp.com/files/samp03csvr_win32.zip si din el extragi doar folderul pawno si-l pui in locul celui care-l folosesti tu.
  13. numarat* si sunt 56 Pentru obiecte foloseste [ code]OBIECTELE AICI[ /code] Nu stiu ce cauta gardurile alea, dar in rest frumoasa mapa ... 4/5, alea pe mijlocul soselei sunt naspa, abia ai loc :D
  14. Upgradeaza-ti includele la cele de la 0.3c.
  15. Le gasesti aici: <MTA SAN ANDREAS FOLDER>\server\mods\deathmatch\resources
  16. Porneste FS-ul cu pawno de la 0.3c, nu cu cel de la 0.3b, of,of,of. Foarte frumos ;)
  17. 1.Foloseste un streamer: http://forum.sa-mp.com/showthread.php?t=102865 2.Foloseste zcmd + sscanf si fa-l singur, ai sa vezi ce simplu e. 3.PUNE NISTE TITLURI INTELIGENTE PE VIITOR
  18. E de la JunkBuster sau ce folosesti, ca e cu FS_SetPlayer/VehiclePos ...
  19. 1. Daca nu stii sa citesti, zice in descriere: House System by DakiLLa 2. Probleme godfather.
  20. IstuntmanI

    Text draw

    http://wiki.sa-mp.com/wiki/SetTimerEx http://wiki.sa-mp.com/wiki/TextDrawHideForPlayer
  21. Dialog ? Poate Box ... Folosesti asta sa editezi textdrawul: http://forum.sa-mp.com/showthread.php?t=117851&highlight=textdraw+editor
  22. Well done. Corect: public OnPlayerText(playerid, text[]) { SendPlayerMessageToAll(playerid, ColouredText(text)); SetPlayerChatBubble(playerid, text, 0xCC33C8FF, 100.0, 10000); return 0; } return 0; nu mai trimite mesajul original.
  23. //sus in script #define DIALOG_NAME id_dialog //modifica id_dialog //sub comanda sau ce vrei tu: new string[128],playername[MAX_PLAYER_NAME]; GetPlayerName(playerid,playername,MAX_PLAYER_NAME); format(string,128,"Your nickname is: %s",playername) ShowPlayerDialog(playerid,DIALOG_NAME,DIALOG_STYLE_MSGBOX,,"You nickname",string,"Login","Cancel")
  24. Sau mai bine asa: http://convertffs.com/
  25. In loc de new CarSpawns[90][eCars] = { {562,-314.8085,1515.3475,75.0552,0.4005,21,63}, // drift1 {562,-317.9107,1515.4402,75.0573,0.0323,21,63} // drift1 }; incearca new CarSpawns[2][eCars] = { {562,-314.8085,1515.3475,75.0552,0.4005,21,63}, // drift1 {562,-317.9107,1515.4402,75.0573,0.0323,21,63} // drift1 };
×
×
  • 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.