Deathmatch script needs help
#1

Hi users,

Im scripting a nice DM script but i need some idee's to add into the script.

So if you have a good idea or you know a good Filterscript

please reply
Reply
#2

well a good DM script will definitely have Auto Respawn after the player has died
also would be cool to make when the amo runs out make a pick up box so he will pay $to buy more amo

ohh and
Quote:
Originally Posted by Stefand
Посмотреть сообщение
and give me Reputation
whats the Reputation for ?
for asking questions ?
Reply
#3

ummm idk xD.

but ehm do you know some where i can find a tutorial for that ammo thing?
Reply
#4

Quote:
Originally Posted by Stefand
Посмотреть сообщение
ummm idk xD.

but ehm do you know some where i can find a tutorial for that ammo thing?
dont really know
but i can show u a example
pawn Код:
new pickup;

public OnGameModeInit()
{
    pickup = CreatePickup(1242, 2, 0, 0, 0, -1);//put the X,Y,Z where ever you want
    return 1;
}

public OnPlayerPickUpPickup(playerid, pickupid)
{
    if(pickupid == pickup )
    {
        SetPlayerAmmo(playerid,GetPlayerWeapon(playerid),GetPlayerAmmo(playerid)+500);//this will make his current weapon that he is holding +500 amo
    }
    return 1;
}
Reply
#5

Nice thanks you wanna know my ip?
Reply
#6

When you get 5 REP announce it server ads else send it in PM
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)