a idea for disarm all players and give all players ?
#8

Quote:
Originally Posted by Saliim
View Post
i test, not work,

Code:
#include <foreach>
i have add in my timer
Code:
forward changearme(playerid, params[]);
public changearme(playerid, params[])
{
    foreach(Player, i)
    {
           ResetPlayerWeapons(i);
           GivePlayerWeapon(i, 9, 1);
           GameTextForPlayer(i, "WwX MOV ~r~[Chainsaw]~n~~w~Mort ou Vif",2000,6);
	}
return 1;
}
Try it with loop
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)