[HELP] Vehicle destroy
#3

Thanks very much, it's works. And how can i send message for every player with automsg, when i got 2 languages in the server and need playerid for if(en[playerid] == 1).
Like :
pawn Код:
for(new playerid;playerid<MAX_PLAYERS;playerid++)
    {
    if(lt[playerid] == 1)
    {
    new randMSG = random(sizeof(RandomLT));
    SendClientMessageToAll(0xFFFFFFFF, RandomLT[randMSG]);
    }
    if(en[playerid] == 1)
    {
    new randMSG = random(sizeof(RandomEN));
    SendClientMessageToAll(0xFFFFFFFF, RandomEN[randMSG]);
    }
    }
With
pawn Код:
for(new playerid;playerid<MAX_PLAYERS;playerid++)
players gets a lot of messages together. :/
Reply


Messages In This Thread
[HELP] Vehicle destroy - by beasty - 03.01.2013, 10:04
Re: [HELP] Vehicle destroy - by Konstantinos - 03.01.2013, 10:13
Re: [HELP] Vehicle destroy - by beasty - 03.01.2013, 11:02
Re: [HELP] Vehicle destroy - by Konstantinos - 03.01.2013, 11:29

Forum Jump:


Users browsing this thread: 2 Guest(s)