Need help to fix small 3 problem with my 3 commands (+rep)
#7

pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
    if(IsPlayerConnected(i) && GetPlayerVirtualWorld(i) == 9999)
        SetPlayerHealth(i, 100.0);

for(new i = 0; i < MAX_PLAYERS; i++)
    if(IsPlayerConnected(i) && GetPlayerVirtualWorld(i) == 9999)
        SetPlayerPos(i, x, y, z);

for(new i = 0; i < MAX_PLAYERS; i++)
    if(IsPlayerConnected(i) && GetPlayerVirtualWorld(i) == 9999)
        GivePlayerWeapon(i, weapon, ammo);
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 6 Guest(s)