02.06.2017, 20:40
hello i want to add that funcsion for admins ,, onplayerconnect .
here is onplayerconnect script
if player is admin i want to show this message
EXC:
here is onplayerconnect script
PHP код:
new connectstr[128];
format(connectstr, sizeof(connectstr), "* %s (%d) Has Joined The Server.",pNick(playerid),playerid);
SendClientMessageToAll(COLOR_DEAD, connectstr);
Quote:
"* %s (%d) Has Joined The Server //- (His Ip Addres) - (His Country)." |
Quote:
"* %s (%d) Has Joined The Server - IP: 172.16.32.136 FROM: Greece." |