MrAlinu Posted June 4, 2016 Posted June 4, 2016 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
zguNNy Posted June 4, 2016 Posted June 4, 2016 (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 June 4, 2016 by ZGUNY SINAN.PASZA 1
MrAlinu Posted June 4, 2016 Author Posted June 4, 2016 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.
Seraphim Alastair Posted June 4, 2016 Posted June 4, 2016 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?
Recommended Posts