Weird
#1

PHP код:
COMMAND:factions(playeridparams[])
{
    new 
iCount;
    
FactionLoop(f)
    {
        if(
FactionInfo[f][fActive] != true) continue;
        
iCount++;
    }
    
    if(
iCount == 0) return SendClientMessage(playerid0xFFFFFFFF"There are currently no active factions in the server!");
    
FactionLoop(f)
    {
        if(
FactionInfo[f][fActive] != true) continue;
        
        
SendClientMSG(playeridFactionInfo[f][fColour], " - %s | Online: %d | Members: %d / %d"FactionInfo[f][fName], GetOnlineMembers(f), GetTotalMembers(f), FactionInfo[f][fMaxMemberSlots]);
        
printf("%s",FactionInfo[f][fName]);
    }
    return 
1;

Well, that used to work earlier. This sends a "-" in the name of the faction, but in printing it prints correct. The name doesnt gets formatted
Reply


Messages In This Thread
Weird - by StrikerZ - 03.06.2017, 13:41
Re: Weird - by JustNothing - 03.06.2017, 13:54
Re: Weird - by StrikerZ - 03.06.2017, 13:59
Re: Weird - by StrikerZ - 03.06.2017, 14:21
Re: Weird - by GoldenLion - 03.06.2017, 14:52
Re: Weird - by GhostHacker9 - 03.06.2017, 15:04
Re: Weird - by GoldenLion - 03.06.2017, 15:27
Re: Weird - by GhostHacker9 - 03.06.2017, 15:59
Re: Weird - by Hansrutger - 03.06.2017, 16:20
Re: Weird - by Marshall32 - 03.06.2017, 16:23

Forum Jump:


Users browsing this thread: 1 Guest(s)