COMMANDS
#1

how to create command /allmembers to see the leader of all the members?
How to create command /eject to eject the leader of the player when not active?
Reply
#2

What leader of what members?
You really can't post two big red lines of asks and except for someone to understand.
Reply
#3

Learn how to script urself on the SA:MP Wiki! There you will get all information that you need of makin a simple command.

here is an example btw:

put this on the top of ur script:
pawn Код:
#define COLOR_GREEN 0x00FF00FF
pawn Код:
if (strcmp(cmdtext, "/allmembers", true)==0){
    {
                SendClientMessage(playerid, COLOR_GREEN, "MEMBERLEADER ");
        SendClientMessage(playerid, COLOR_GREEN, "MEMBERLEADER ");
        SendClientMessage(playerid, COLOR_GREEN, "MEMBERLEADER ");
        SendClientMessage(playerid, COLOR_GREEN, "MEMBERLEADER  ");
        SendClientMessage(playerid, COLOR_GREEN, "MEMBERLEADER ");
        }
        return 1;
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)