[Ajuda] Onplayertext
#2

Код:
SetTimer("CargoADM", 1000, true);
Код:
forward CargoADM();
public CargoADM()
{
	for(new i=0; i<MAX_PLAYERS; i++)
	{
     	new String[256];
		if(Player[i][pCargoADM] > 1)
		{
			format(String,256,"CargoADM");
			SetPlayerChatBubble(i,String, 0xFF0000FF, 20.0, 2000);
		}
	}
}
Reply


Messages In This Thread
Onplayertext - by best95 - 29.01.2016, 00:58
Re: Onplayertext - by krayvhusfrom - 29.01.2016, 01:51
Re: Onplayertext - by Artista - 29.01.2016, 03:54
Re: Onplayertext - by capron - 29.01.2016, 05:15

Forum Jump:


Users browsing this thread: 2 Guest(s)