Count
#1

Hey i made a arena command and when someone joins it should send a message to everyone about how much players are in the arena but it doesnt work look

PHP код:
new Participants[MAX_PLAYERS];
new 
bool:InArena[MAX_PLAYERS char];
CMD:arena(playeridparams[])
{
        
InArena[playerid] = true;
        new 
string[90];
        
format(string,sizeof(string),"[ARENA]: %s(%d) has joined The Arena  [%i Participants]",GetName(playerid),Participants);
        
Participants[playerid] ++;
SendClientMessageToAll(-1,string); 
Reply


Messages In This Thread
Count - by ISmokezU - 02.09.2016, 18:49
Re: Count - by lackmail - 02.09.2016, 18:58
Re: Count - by Misiur - 02.09.2016, 19:00
Re: Count - by ISmokezU - 02.09.2016, 19:30
Re: Count - by Vince - 02.09.2016, 19:43

Forum Jump:


Users browsing this thread: 1 Guest(s)