[FilterScript] [Fr]Simple Systйme de rйgle (RuleSystйmeByMTX800)
#1

Bonjour,
je tien a prйsenter un bкte script de rйgles pour ceux qui ne savent pas comment faire (retenez-le)

voila donc en haut, vous mettez : / On top, write :
Код:
#define COULEUR_VERT             0x00FF00FF
#define COULEUR_BLEU             0x0000FFFF // les code H pour les couleur qui vont suivre
ensuite, dans OnPlayerCommandTexte(...) : after, in OnPlayerCommandTexte(...)
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
	if (strcmp("/regle", cmdtext, true, 10) == 0)
	{
		SendClientMessage(playerid, COULEUR_VERT, "");
		SendClientMessage(playerid, COULEUR_VERT, "");
		SendClientMessage(playerid, COULEUR_VERT, "");
		SendClientMessage(playerid, COULEUR_VERT, "");
		SendClientMessage(playerid, COULEUR_BLEU, "_______________________Rйgle du serveur____________________________");
		SendClientMessage(playerid, COULEUR_VERT, "votre rйgle n°1 / your rules number 1");
		SendClientMessage(playerid, COULEUR_VERT, "votre rйgle n°2 / your rules number 2");
		SendClientMessage(playerid, COULEUR_VERT, "votre rйgle n°3 / your rules number 3");
		SendClientMessage(playerid, COULEUR_VERT, "votre rйgle n°4 / your rules number 4");
		SendClientMessage(playerid, COULEUR_VERT, "votre rйgle n°5 / your rules number 5");
		SendClientMessage(playerid, COULEUR_VERT, "votre rйgle n°6 / your rules number 6");
		SendClientMessage(playerid, COULEUR_VERT, "votre rйgle n°7 / your rules number 7");
		SendClientMessage(playerid, COULEUR_BLEU, "_______________________Rйgle du serveur____________________________");
		return 1;
	}
	return 0;
}
lien : / link :
-Megaupload :http://www.megaupload.com/?d=SJPZY3MS
-MediaFire : http://www.mediafire.com/?7551wjqd6vjw5z9
-PasteBin : http://pastebin.com/CX5u9LNV
Reply
#2

wrong section dude post it in the french forums
Reply
#3

NO!
is a filterscript/include section!

is not for english, (not ONLY)
sorry for bad english^^
Reply
#4

This is not that hard to do. Only place few SendClientMessage in a command.

Next time, you can post Non-English topics in appropriate forum section.
In this case, here: French SA-MP Forum

Goodluck learning pawn! ^_^
Reply
#5

French shame with this kind of useless fs
Reply
#6

Translated!
Quote:
Originally Posted by neophydas
Посмотреть сообщение
Hello,
i present to you a tiny rule-script for those who don't know how to do it.

On top, write :
pawn Код:
#define COLOR_GREEN             0x00FF00FF
#define COLOR_BLUE             0x0000FFFF // Hex codes for following colors
in OnPlayerCommandText(...):
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/rule", cmdtext, true, 10) == 0)
    {
        SendClientMessage(playerid, COLOR_GREEN, "");
        SendClientMessage(playerid, COLOR_GREEN, "");
        SendClientMessage(playerid, COLOR_GREEN, "");
        SendClientMessage(playerid, COLOR_GREEN, "");
        SendClientMessage(playerid, COLOR_BLUE, "_______________________server rules____________________________");
        SendClientMessage(playerid, COLOR_GREEN, "your rule number 1");
        SendClientMessage(playerid, COLOR_GREEN, "your rule number 2");
        SendClientMessage(playerid, COLOR_GREEN, "your rule number 3");
        SendClientMessage(playerid, COLOR_GREEN, "your rule number 4");
        SendClientMessage(playerid, COLOR_GREEN, "your rule number 5");
        SendClientMessage(playerid, COLOR_GREEN, "your rule number 6");
        SendClientMessage(playerid, COLOR_GREEN, "your rule number 7");
        SendClientMessage(playerid, COLOR_BLUE, "_______________________server rules____________________________");
        return 1;
    }
    return 0;
}
link :
-Megaupload :http://www.megaupload.com/?d=SJPZY3MS
-MediaFire : http://www.mediafire.com/?7551wjqd6vjw5z9
-PasteBin : http://pastebin.com/CX5u9LNV
Reply
#7

I know it's not hard, but people can not do the job so I

thank too for translation^^
Reply
#8

ps : cristab, c pas tout se que je peut faire sa!

je c faire l'interieur pour toute les voiture.
je c faire un tuto de debut (enfin^^)
je c faire un garage ou l'on met des neon
je sais faire le /me
...
(je c, c facile pour toi^^ mais tu vois moi j'ai debutй il y a un mois
Reply
#9

Quote:
Originally Posted by neophydas
Посмотреть сообщение
ps : cristab, c pas tout se que je peut faire sa!

je c faire l'interieur pour toute les voiture.
je c faire un tuto de debut (enfin^^)
je c faire un garage ou l'on met des neon
je sais faire le /me
...
(je c, c facile pour toi^^ mais tu vois moi j'ai debutй il y a un mois
Traduction:
Ps: Cristab, it's not all what i can do
I can make interiors for al vehicles
I can make a newbie tutorials
I can make a garage where we can put Neons
I can make /me
.....
Reply
#10

je c fart...
Reply
#11

ok this is an english forums i will report this topic to the sa-mp admins if it continues
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)