Posts: 1,752
Threads: 338
Joined: Jul 2012
Reputation:
0
how to make a Connect Rules
not like /rules
if a player join your sever u see the rules.
Posts: 493
Threads: 25
Joined: Sep 2012
Reputation:
0
OnPlayerConnect
Use
SendClientMessage(playerid, COLOR_RED, "These are the rules blablabalbalba");
Rep+
Posts: 1,752
Threads: 338
Joined: Jul 2012
Reputation:
0
C:\Users\derick\Desktop\Trucking\gamemodes\PPC_Tru cking.pwn(123) : error 017: undefined symbol "COLOR_RED"
Posts: 218
Threads: 33
Joined: Oct 2010
Reputation:
0
Add #define COLOR_RED 0xFF0000FF at top of your script under the #include <a_samp>