[GameMode] Simple Game Mode
#1

DELETED
Reply
#2

Great, good for beginners, thank you.
Reply
#3

pawn Код:
if (strcmp("/aod", cmdtext, true) == 0)
        {
new string[128];
new aName[MAX_PLAYER_NAME];
GetPlayerName(playerid,aName,sizeof(aName));
format(string, sizeof(string), "|| Admin %s is now ON DUTY ||", aName);
SendClientMessageToAll(0xFB0000FF, string);
return 1;
}
        if (strcmp("/aoffd", cmdtext, true) == 0)
        {
new string[128];
new aName[MAX_PLAYER_NAME];
GetPlayerName(playerid,aName,sizeof(aName));
format(string, sizeof(string), "|| Admin %s is now OFF DUTY ||", aName);
SendClientMessageToAll(0xFB0000FF, string);
return 1;
}
I never knew that random players can become admin so fast with this
Most of the variables/arrays created are not used lol.
Reply
#4

Quote:
Originally Posted by Lorenc_
Посмотреть сообщение
pawn Код:
if (strcmp("/aod", cmdtext, true) == 0)
        {
new string[128];
new aName[MAX_PLAYER_NAME];
GetPlayerName(playerid,aName,sizeof(aName));
format(string, sizeof(string), "|| Admin %s is now ON DUTY ||", aName);
SendClientMessageToAll(0xFB0000FF, string);
return 1;
}
        if (strcmp("/aoffd", cmdtext, true) == 0)
        {
new string[128];
new aName[MAX_PLAYER_NAME];
GetPlayerName(playerid,aName,sizeof(aName));
format(string, sizeof(string), "|| Admin %s is now OFF DUTY ||", aName);
SendClientMessageToAll(0xFB0000FF, string);
return 1;
}
I never knew that random players can become admin so fast with this
Most of the variables/arrays created are not used lol.
Well there will be updates soon
Reply
#5

UPDATE!

Added some cars at /SF
Reply
#6

0/10
Reply
#7

Sorry this is a Bad Gamemode

But Nice for a Beginner ^^

3/10

Greetings from Foxy
Reply
#8

0/10, indentation is fucked, and the commands and teleports look ripped.

EDIT:

Quote:

This is a simple GM , it is for people who want to make a GM but are too lazy to do the basic commands

Laughed out loud at that one.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)