Little Help
#1

Ok ive got a command which is a SendClientMessageAll

How can i make so you can enable and disable like /on /off if you would like to see the message or not

- Thanks
Reply
#2

You cut make a variable like:
Код:
new msg[MAX_PLAYERS];
OnPlayerConnect:
Код:
msg[playerid] = 1;
then make a cmd to make it 0 and 1

0 = they wont get it 1 = they will

then on your SendClientMessageAll loop through all players with:

Код:
msg[playerid] == 1
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)