Jump to content

Question

Posted

Salut..stiu ca am multe probleme;)) dar nu situ sa le rezolv..deci cer ajutorul...cand scriu pe chat...vede toata lumea...vreau sa vada doar cei care sunt...nush..la o distanta mica de mine..ma puteti ajuta?

5 answers to this question

Recommended Posts

Posted

Serverul pe care vrei sa il faci este de stunt sau de roleplay?.. Daca e de stunt lasal asa ca e mai bine daca e de roleplay atunci faci chestia asta dar dupaia iti trebuie si filterscripturi cu telefon numarul de telefon ca sa vorbesti cu persoana respectiva etc.. Daca e de stunt iti mai zic odata Lasal asa

[glow=red,2,300]DACA DORITI MAI MULTE INFORMATII VA ROG SA MA CONTACTATI !![/glow]

Posted

sa fac care chestie?:))

Daca e server de stunt nu se face asa.. Daca e de roleplay se face.. TU ce server ai stunt sau roleplay?

[glow=red,2,300]DACA DORITI MAI MULTE INFORMATII VA ROG SA MA CONTACTATI !![/glow]

Posted

Pui sub includes, sau unde mai ai forwards:

forward         MessageGroup1( color, const string[] );
In loc de '#' pui caracterul care vrei sa fie folosit ca sa vorbiti doar voi, apoi la OnPlayerText adaugi:
    if( text[0] == '#'  )
	{
	    new string[128];
		GetPlayerName( playerid, string, sizeof( string ));

		format( string, sizeof( string ), "Group1 Chat %s: %s", string, text[1] );
		MessageToAdmins( -1, string );
	    return ( 0 );
	}
Si joooooos de tot, in afara la orice public pui:
public MessageToGroup1( color, const string[] )
{
	for( new i = 0; i < MAX_PLAYERS; i++ )
	{
		if( IsPlayerConnected( i ) == 1 )  SendClientMessage( i, color, string );
	}
	return ( 1 );
}

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.