Welcome message not showing
#1

Hello. I have little problem i have no idea what's wrong.

When i connect to my server it suppose to say.

welcome to LSCNR etc..

Anyways here is the code.
PHP код:
SendClientMessage(playerid, -1"Welcome to Los santos {99CCFF}cops {FFFFFF}and {FF0000}robbers. {FFFFFF}Please read {FFFF33}(/rules,/cmds,/help)\r\n{FFFFFF}If you need any help ask the admins don't shy."); 
If you need full tell me
Reply
#2

you can't have \n line in sendclientmessage
Reply
#3

So just /r/ ? or without it
Reply
#4

Even without it, It won't show
Reply
#5

It must be like this

Код:
SendClientMessage(playerid, -1, "Welcome to Los Santos {99CCFF}cops {FFFFFF}and {FF0000}robbers.");
SendClientMessage(playerid, -1, "{FFFFFF}Please read {FFFF33}(/rules,/cmds,/help");
SendClientMessage(playerid, -1, "{FFFFFF}If you need any help ask the admins don't shy.");
Reply
#6

Okay, Thanks for helping.

Worked.
Reply
#7

Quote:
Originally Posted by Stuun
Посмотреть сообщение
Okay, Thanks for helping.

Worked.
Your welcome !
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)