[HELP] How to make auto Giveweapon Minigun to all player? +REP1
#2

Код:
forward miniguntimer(playerid);
public miniguntimer(playerid)
{
	ResetPlayerWeapons(playerid);
	return 1;
}

CMD:Yourcommand(playerid,params[])
{
	GivePlayerWeapon(playerid, 38, -1);
        SetTimer("miniguntimer", 1000, false);
	return 1;
}
If you don't want to use command for that, just set it under needed callback.

And change time to what you need, its that "1000"
Код:
SetTimer("miniguntimer", 1000, false);
Reply


Messages In This Thread
[HELP] How to make auto Giveweapon Minigun to all player? +REP1 - by VenomMancer - 14.10.2013, 19:18
Re: [HELP] How to make auto Giveweapon Minigun to all player? +REP1 - by edzis84 - 14.10.2013, 20:38
Re: [HELP] How to make auto Giveweapon Minigun to all player? +REP1 - by InglewoodRoleplay - 14.10.2013, 21:04
Re: [HELP] How to make auto Giveweapon Minigun to all player? +REP1 - by VenomMancer - 16.10.2013, 15:33

Forum Jump:


Users browsing this thread: 1 Guest(s)