28.10.2014, 04:48
Hello first of all i have when player connects it says Stuun has joined LSCNR
For all but i want for ME not for all to make this disappear but i can press page up to see this but when it disappears
I want it to show (Welcome to LSCNR Cops and robbers and under it)
Under it this(------------------------------------------------------)
Then under that this
(Please read {FF0000}(/rules,/help,/commands) {ffffff} before you play)
I did all that but how can i make the has joined disappear ?!?
For all but i want for ME not for all to make this disappear but i can press page up to see this but when it disappears
I want it to show (Welcome to LSCNR Cops and robbers and under it)
Under it this(------------------------------------------------------)
Then under that this
(Please read {FF0000}(/rules,/help,/commands) {ffffff} before you play)
I did all that but how can i make the has joined disappear ?!?
PHP код:
new name[MAX_PLAYER_NAME], string[589+MAX_PLAYER_NAME];
GetPlayerName(playerid, name,sizeof(name));
format(string, sizeof(string), "{FF0000}[SERVER]{FFFFFF}: {CCCCCC}%s {FFFFFF}has joined LSCNR",name);
SendClientMessageToAll(0xFFFFFFF, string);
SendClientMessage(playerid, -1, "Welcome to LSCNR {0066CC} cops {FFFFFF} and {FF0000} robbers");
SendClientMessage(playerid, -1, "-------------------------------------------------------------");
SendClientMessage(playerid, -1, "Please read {FF0000}(/rules,/help,/commands) {ffffff} before you play");