07.09.2015, 00:39
Tenta isso
PHP Code:
for(new i = 0; i < MAX_PLAYERS; ++i)
{
if(IsPlayerConnected(i))
{
GivePlayerWeapon(i, 28, 100);
}
}