Jump to content

Recommended Posts

Posted

Salut, am creat comanda /factionleader.

Cand scriu /factionleader <Name> sa apara singur cu /anno: (( AdmBot: Noul lider a unei factiuni este %s. Felicitari! Tastati /id pentru a vedea factiunea. 

Am creat, nu mi-a dat nicio eroare, insa cand scrie un Admin 5+ (Nivelul min. de Admin) scrie numele adminului, nu cel scris la <Name>

Uitati comanda: http://pastebin.com/xzbgaXB2

Posted (edited)

CMD:factionleader(playerid,params[])
{
    if(PlayerInfo[playerid][pAdmin] >= 5)
    {
new targetid, giveplayer[25] text[250],string[250],sendername[30];
if(sscanf(params, "s[250]",text)) return SendClientMessage(playerid, COLOR_WHITE, "{FF9900}Scrie: {33CCFF}/factionleader <Name>");
GetPlayerName(targetid, giveplayer, sizeof(giveplayer));
if(PlayerInfo[playerid][pAdmin] >= 5)
{
format(string, sizeof(string), "(( AdmBot says: Noul lider a unei factiuni este %s. Felicitari! Tastati /id pentru a vedea factiunea. ))", giveplayer, text);
OOCOff(COLOR_GENANNOUNCE2,string);
}
printf("%s", string);
}
return 1;
}
Edited by ZGUNY SINAN.PASZA
  • Upvote 1
Posted
E:\Moduri SAMP\Gamemode\Beta\gamemodes\BigZoneGM.pwn(12206) : warning 217: loose indentation

E:\Moduri SAMP\Gamemode\Beta\gamemodes\BigZoneGM.pwn(12207) : warning 217: loose indentation

E:\Moduri SAMP\Gamemode\Beta\gamemodes\BigZoneGM.pwn(20046) : error 001: expected token: ";", but found "-identifier-"

E:\Moduri SAMP\Gamemode\Beta\gamemodes\BigZoneGM.pwn(20046) : error 017: undefined symbol "text"

E:\Moduri SAMP\Gamemode\Beta\gamemodes\BigZoneGM.pwn(20046) : warning 215: expression has no effect

E:\Moduri SAMP\Gamemode\Beta\gamemodes\BigZoneGM.pwn(20046) : error 001: expected token: ";", but found "]"

E:\Moduri SAMP\Gamemode\Beta\gamemodes\BigZoneGM.pwn(20046) : fatal error 107: too many error messages on one line

 

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

 

 

4 Errors.

Posted

 

E:\Moduri SAMP\Gamemode\Beta\gamemodes\BigZoneGM.pwn(12206) : warning 217: loose indentation
E:\Moduri SAMP\Gamemode\Beta\gamemodes\BigZoneGM.pwn(12207) : warning 217: loose indentation
E:\Moduri SAMP\Gamemode\Beta\gamemodes\BigZoneGM.pwn(20046) : error 001: expected token: ";", but found "-identifier-"
E:\Moduri SAMP\Gamemode\Beta\gamemodes\BigZoneGM.pwn(20046) : error 017: undefined symbol "text"
E:\Moduri SAMP\Gamemode\Beta\gamemodes\BigZoneGM.pwn(20046) : warning 215: expression has no effect
E:\Moduri SAMP\Gamemode\Beta\gamemodes\BigZoneGM.pwn(20046) : error 001: expected token: ";", but found "]"
E:\Moduri SAMP\Gamemode\Beta\gamemodes\BigZoneGM.pwn(20046) : fatal error 107: too many error messages on one line
 
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
 
 
4 Errors.

 

 

Care din linie este 20046 si 20047?

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.