Skripta koju koristim:Moja
Opis problema:Moze mi netko naci komandu /qf to jest /quitefaction da napustis org kada zelis ???
Slika kao pomoc://
evo ti za gf
if(strcmp(cmd,"/quitfaction",true)==0)
{
if(IsPlayerConnected(playerid))
{
if(PlayerInfo[playerid][pMember] > 0 || PlayerInfo[playerid][pLeader] > 0)
{
SendClientMessage(playerid, COLOR_LIGHTRED,"* Napustili ste Organizaciju, sada ste civil.");
gTeam[playerid] = 3;
PlayerInfo[playerid][pLeader] = 0;
PlayerInfo[playerid][pTeam] = 3;
PlayerInfo[playerid][pMember] = 0;
PlayerInfo[playerid][pRank] = 0;
PlayerInfo[playerid][pChar] = 0;
}
else
{
SendClientMessage(playerid, COLOR_GRAD1, " Nisi u organizaciji!");
}
}
return 1;
}
Daj citajte pravila prije postanja >:(
To psotas u temi trebam nesto....
Lock.