How to do this?
#6

Okay SetSpawnInfo works, thanks but now my question is:

Will the following code send the "HnRAvailable" for all the players on the server if I did it like that?
pawn Код:
for(new i=1; i<MAX_PLAYERS; i++)
    {
        HnRAvailable[i] = 1;
    }
Or it's just fine as it is

pawn Код:
HnRAvailable[playerid] = 1;
?
Reply


Messages In This Thread
How to do this? - by Guitar - 25.08.2012, 05:11
Re: How to do this? - by Akira297 - 25.08.2012, 05:12
Re: How to do this? - by Guitar - 25.08.2012, 13:32
Re: How to do this? - by clarencecuzz - 25.08.2012, 13:57
Re: How to do this? - by FalconX - 25.08.2012, 14:00
Re: How to do this? - by Guitar - 25.08.2012, 15:01
Re: How to do this? - by clarencecuzz - 25.08.2012, 15:05
Re: How to do this? - by Guitar - 25.08.2012, 15:12
Re: How to do this? - by Guitar - 25.08.2012, 15:42
Re: How to do this? - by Guitar - 26.08.2012, 07:54

Forum Jump:


Users browsing this thread: 2 Guest(s)