10.09.2017, 01:11
how to put texts on the registration & login on server & play a music
like (XX player online) and in down MOTD: welcome to XXX!
like (XX player online) and in down MOTD: welcome to XXX!
One of easiest ways is register system i use(dialog tabs)
https://sampforum.blast.hk/showthread.php?tid=267808 |
SendClientMessage(playerid,YOUR_COLOR,"[SERVER]:Welcome to Server Name, enjoy.");
public OnPlayerConnect(playerid) { PlayAudioStreamForPlayer(playerid, song url); return 1; }