GameTextForPlayer help please
#10

Quote:
Originally Posted by Guss
Посмотреть сообщение
Now can you tell me if it's the right way?
It isn't right, where did you even get that?

If you want to send a game text to the server helpers, then loop through the players. Even if you code worked, it would send the game text to only one player. Example:
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i ++)
{
    if(aUserInfo[i][user_admin_level] => P_LEVEL_HELPER)
    {
        GameTextForPlayer(i, "~r~New Report", 5000, 3);
    }
}
* Note that, that isn't a copy/paste code, it's only an example.
Reply


Messages In This Thread
GameTextForPlayer help please - by Guss - 16.03.2015, 19:47
Re: GameTextForPlayer help please - by Luis- - 16.03.2015, 20:08
Respuesta: GameTextForPlayer help please - by Guss - 16.03.2015, 21:25
Respuesta: GameTextForPlayer help please - by Guss - 16.03.2015, 21:43
Re: GameTextForPlayer help please - by Luis- - 16.03.2015, 21:54
Respuesta: Re: GameTextForPlayer help please - by Guss - 16.03.2015, 22:12
Re: GameTextForPlayer help please - by SickAttack - 16.03.2015, 23:22
Respuesta: GameTextForPlayer help please - by Guss - 17.03.2015, 01:54
Respuesta: GameTextForPlayer help please - by Guss - 17.03.2015, 14:36
Re: Respuesta: GameTextForPlayer help please - by SickAttack - 17.03.2015, 15:27

Forum Jump:


Users browsing this thread: 2 Guest(s)