SA-MP Forums Archive
[GameMode] Simple Game Mode - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Gamemode Scripts (https://sampforum.blast.hk/forumdisplay.php?fid=71)
+--- Thread: [GameMode] Simple Game Mode (/showthread.php?tid=270149)



>Deleted< - zombieking - 19.07.2011

DELETED


Re: Simple Game Mode - Mrki_Drakula - 19.07.2011

Great, good for beginners, thank you.


Re: Simple Game Mode - Lorenc_ - 19.07.2011

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.


Re: Simple Game Mode - zombieking - 19.07.2011

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


Re: Simple Game Mode - zombieking - 19.07.2011

UPDATE!

Added some cars at /SF


Re: Simple Game Mode - TheBluec0de - 19.07.2011

0/10


AW: Simple Game Mode - Johann95 - 19.07.2011

Sorry this is a Bad Gamemode

But Nice for a Beginner ^^

3/10

Greetings from Foxy


Re: Simple Game Mode - SchurmanCQC - 19.07.2011

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.