Curtain Amount Of Kills = Curtain Weapons
#1

Can someone help me make it so that if someone has say..

0 kills they spawn with a deagle with 300 ammo and a knife
and
50 kills they spawn with a deagle with 300 ammo a shotgun with 500 ammo and a knife

Please, if you can.

Much appreciated.
Reply
#2

There is a filterscript ( i think by Sandra ) search for it. That is what you are asking for.
Reply
#3

Код:
if(PlayerInfo[playerid][Kills] == 0)
{
// code here
}
if(PlayerInfo[playerid][Kills] == 50)
{
// code here
}
It's actually a very simple system. Just you gotta decide weather to put it on a timer on under OnPlayerUpdate. (Timer is recommended for resources )
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)