Hallo Leute,
Ich suche ein Kick/Bann pawn Code.
Hier ist ein Beispiel wie ich bis jetzt gescriptet habe:
ZitatAlles anzeigen
if (strcmp("/aheal", cmdtext, true, 10) == 0)
{
if(aInfo[playerid][pAdmin] >= 2000)
{
SetPlayerHealth(playerid,100);
}
}
if (strcmp("/aarmor", cmdtext, true, 10) == 0)
{
if(aInfo[playerid][pAdmin] >= 2000)
{
SetPlayerArmour(playerid,100);
}
}
Danke im Vorraus.
Euer BHF