Need help on rules
#1

how to make a Connect Rules
not like /rules

if a player join your sever u see the rules.
Reply
#2

OnPlayerConnect
Use
SendClientMessage(playerid, COLOR_RED, "These are the rules blablabalbalba");

Rep+
Reply
#3

You can do it like after he logs in or registers a dialog pops up with rules. Use this to get started with dialogs https://sampwiki.blast.hk/wiki/How_to_Create_a_Dialog
Reply
#4

C:\Users\derick\Desktop\Trucking\gamemodes\PPC_Tru cking.pwn(123) : error 017: undefined symbol "COLOR_RED"
Reply
#5

Add #define COLOR_RED 0xFF0000FF at top of your script under the #include <a_samp>
Reply
#6

Add this at top of your script:

pawn Код:
#define COLOR_RED 0xAA3333AA
Reply
#7

at at top of your scriopt
PHP код:
 #define COLOR_RED 0xFF0000FF 
Reply
#8

ty for the stuff
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)