SA-MP Forums Archive
help please - 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)
+--- Thread: help please (/showthread.php?tid=587578)



help please - Rafaeloo - 31.08.2015

how to make a message like this
http://imgur.com/hCxTjnw

who can help me ?


Re: help please - AhmedElGaml - 31.08.2015

The problem was the tap?


Re: help please - Rafaeloo - 31.08.2015

no i dont have problems , i dont know how to make a script like this http://imgur.com/hCxTjnw


Re: help please - jlalt - 31.08.2015

Try:
PHP код:
#include a_samp
public OnPlayerConnect(playerid)
{
SendClientMessage(playerid,-1,"---------------------------------------------------------");
SendClientMessage(playerid,-1,"        Mir se vejen ne {FF0000}Project:Ethnic Albania {FFFFFF}Roleplay !");
SendClientMessage(playerid,-1," ");
SendClientMessage(playerid,-1,"{FF0000}Webi: {FFFFFF}www.project-ea.net");
SendClientMessage(playerid,-1,"---------------------------------------------------------");
return 
1;




Re: help please - AhmedElGaml - 01.09.2015

Quote:
Originally Posted by jlalt
Посмотреть сообщение
Try:
PHP код:
#include a_samp
public OnPlayerConnect(playerid)
{
SendClientMessage(playerid,-1,"---------------------------------------------------------");
SendClientMessage(playerid,-1,"        Mir se vejen ne {FF0000}Project:Ethnic Albania {FFFFFF}Roleplay !");
SendClientMessage(playerid,-1," ");
SendClientMessage(playerid,-1,"{FF0000}Webi: {FFFFFF}www.project-ea.net");
SendClientMessage(playerid,-1,"---------------------------------------------------------");
return 
1;

Yeah this will work with u (Y)


Re: help please - Rafaeloo - 01.09.2015

thank u very much bro !