another help needed :/
#5

Quote:
Originally Posted by Bible
Посмотреть сообщение
It's supposed to be:
Код:
stock
Not "stook".

EDIT:
pawn Код:
stock KillAll()
{
    for(new i=0; i<MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i);
        {
            SetPlayerHealth(i, 0);
        }
    }
    return 1;
}
That'll still give him errors.
Reply


Messages In This Thread
another help needed :/ - by Le3aT - 19.05.2014, 21:44
Re: another help needed :/ - by AndySedeyn - 19.05.2014, 21:46
Re: another help needed :/ - by Luis- - 19.05.2014, 21:46
Re: another help needed :/ - by GuyYahood1 - 19.05.2014, 21:47
Re: another help needed :/ - by Luis- - 19.05.2014, 21:48
Re: another help needed :/ - by AndySedeyn - 19.05.2014, 21:50
Re: another help needed :/ - by Luis- - 19.05.2014, 21:51
Re: another help needed :/ - by AndySedeyn - 19.05.2014, 21:52
Re: another help needed :/ - by GuyYahood1 - 19.05.2014, 21:53
Re: another help needed :/ - by Luis- - 19.05.2014, 21:53

Forum Jump:


Users browsing this thread: 1 Guest(s)