SA-MP Forums Archive
[GameMode] MINI-DM by Ricardo_Manuel - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Gamemode Scripts (https://sampforum.blast.hk/forumdisplay.php?fid=71)
+--- Thread: [GameMode] MINI-DM by Ricardo_Manuel (/showthread.php?tid=237060)



MINI-DM by Ricardo_Manuel - ricardo178 - 08.03.2011

Hello guys.... This is just a really litle DM... This can be used just like a map for a dm server too, i taked 20 minuts with it... Haven't nothing to do Just 1 more stupid script

Here it is:
/imageshack/i/samp020u.png/
/imageshack/i/samp021js.png/
/imageshack/i/samp022il.png/
/imageshack/i/samp023rz.png/
/imageshack/i/samp024ei.png/
/imageshack/i/samp025a.png/
/imageshack/i/samp026tm.png/
/imageshack/i/samp027so.png/
/imageshack/i/samp028v.png/
/imageshack/i/samp029kzw.png/
/imageshack/i/samp030cu.png/
/imageshack/i/samp031nc.png/
/imageshack/i/samp032vb.png/
/imageshack/i/samp033ez.png/
/imageshack/i/samp034qy.png/
Download:
Download


Re: MINI-DM by Ricardo_Manuel - black_dota - 08.03.2011

Not bad for first script!


Re: MINI-DM by Ricardo_Manuel - ricardo178 - 08.03.2011

Isn't the first but look like a 5 years old guys script I really don't have nothing to do today so i did this.... 15 minutes to make the map, and 3 to take all pics and upload and 2 to script it.... Just seted spawn position, heal, armour and weapons... Nothing more! This is good for example for the css samp server like map....

Btw thanks!


Re: MINI-DM by Ricardo_Manuel - JonathanFeitosa - 08.03.2011

Nada mau para primeiro script! І


Re: MINI-DM by Ricardo_Manuel - BASITJALIL - 09.03.2011

Nice 3/5


Re: MINI-DM by Ricardo_Manuel - Ironboy - 09.03.2011

Good job!


Re: MINI-DM by Ricardo_Manuel - ricardo178 - 09.03.2011

Thanks, mybe i add more functions like Register/leveling sistem, and weapons shop dialogs and this stuff.... And mybe more maps if i have time!


Re: MINI-DM by Ricardo_Manuel - Kwarde - 10.03.2011

lol nice for a first GM ricardo :P
But I suggest you to give score to the one that kills someone, in "OnPlayerDeath".

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    SetPlayerScore(killerid, GetPlayerScore(killerid)+1); //+1 score for the killer
    GivePlayerMoney(killerid, 500); //Gives 500 bucks to the killer
    if(killerid != INVALID_PLAYER_ID) GivePlayerMoney(playerid, -500); //Remove 500 dollar from the one that died
    return 1;



Re: MINI-DM by Ricardo_Manuel - Mean - 10.03.2011

Blank gamemode with objects and weapons.


Re: MINI-DM by Ricardo_Manuel - ricardo178 - 10.03.2011

Yeah Kwarde, i will add it... I am feeling to script again, i think i gonna continue this "blank gamemode" like Mean say...

However thanks!