12.05.2014, 16:34
Hi, is it possible to give with a CMD all players the exact same weapon that i define in the script?
Thanks
-Luckie12
Thanks
-Luckie12
for(new i; i != MAX_PLAYERS; i++)
{
// Use i instead of player id here.
}
public HuntCount(playerid)
{
SendClientMessageToAll(COLOR_WHITE, "DM is off!");
GameTextForAll("DM is off!", 1, 0);
KillTimer(Hunttimer[playerid]);
for(new i; i != MAX_PLAYERS; i++)
{
ResetPlayerWeapons(i);
}
}