16.12.2018, 02:20
(
Последний раз редактировалось nbx2000; 16.12.2018 в 07:52.
)
It is possible or change the code of a random weapon to the player that enters minigames it is possible that the kit of 4 random weapons to the player thus does not give one
new wepsid[5][2] =
{
{28,100}, //
{22,200}, //
{31,300}, //
{42,400}, //
{26,500} //
};
new rando = random(sizeof(wepsid)); // making a random function.
GivePlayerWeapon(playerid,wepsid[rando][0],wepsid[rando][1])
new wepsid[5][2] =
{
{28,100}, //
{22,200}, //
{31,300}, //
{42,400}, //
{26,500} //
};
new rando = random(sizeof(wepsid)); // making a random function.
GivePlayerWeapon(playerid,wepsid[rando][0],wepsid[rando][1])