SA-MP Forums Archive
Text when connect to server! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Text when connect to server! (/showthread.php?tid=243463)



Text when connect to server! - IvancheBG - 23.03.2011

How to do this when i join a server tells "Welcome to our server bla bla bla " Please tell me


Re: Text when connect to server! - Hashski - 23.03.2011

pawn Код:
public OnPlayerConnect(playerid)
{
    SendClientMessage(playerid, 0x7BDDA5AA, "SERVER: Bla bla bla.");
}



Re: Text when connect to server! - IvancheBG - 23.03.2011

thanks


Re: Text when connect to server! - HyperZ - 23.03.2011

Check this also: https://sampwiki.blast.hk/wiki/SendClientMessage