http://kepfeltoltes.hu/130801/toolbar_www.kepfeltoltes.hu_.png[/img]
Azokkal a pawno formával tudsz beilleszteni olyanokat, hogy filterscript,gamemode,map vagy egy kis kód
Példa(Kari chat rendszerébõl idézek)
public OnPlayerText(playerid,text[]) {
new szChat[144];
if(/*Ide azt rakd ahogy te kérdezed le hogy admin-e*/) format(szChat,sizeof (szChat),\"[Admin]{%06x}%s{007f9c}(%d): {ffffff}%s\", GetPlayerColor(playerid) >>> 8, pName(playerid), playerid, text);
else {
if(/*Ide azt ahogy te kérdezed le hogy VIP-e*/) format(szChat,sizeof (szChat),\"[Vip]{%06x}%s{007f9c}(%d): {ffffff}%s\", GetPlayerColor(playerid) >>> 8, pName(playerid), playerid, text);
else format(szChat,sizeof (szChat),\"{%06x}%s{007f9c}(%d): {ffffff}%s\", GetPlayerColor(playerid) >>> 8, pName(playerid), playerid, text);//Ez pedig az a rész hogy ha se nem Admin se nem V.I.P. akkor is küldjön üzenetet
}
SendClientMessageToAll(-1, szChat);
return 0;
}
Ezt bele kell illeszteni a és ott van olyan, hogy Sp na azzal lehet spoilert csinálni