Command is crashing the server
#1

Apparently, this command is crashing the server whenever executed. What is possibly causing the server to crash?

pawn Код:
new
            string[ 128 ],
            Age = PlayerInfo[ playerid ][ pAge ],
            Money = GetPlayerCash( playerid )
        ;

        new Sex[20];
        if(PlayerInfo[ playerid ][ pSex ] == 1) { Sex = "Male"; }
        else if(PlayerInfo[ playerid ][ pSex ] == 2) { Sex = "Female"; }

        SendClientMessage(playerid, COLOR_LIGHTBLUE, "_________________________STATISTICS OF %s_________________________, pName");
        SendClientMessage(playerid, -1, "");
        format(string, sizeof(string), "Name: {FFFFFF}%s {6FDD96}| Money: {FFFFFF}%d {6FDD96}| Age: {FFFFFF}%d {6FDD96}| Sex: {FFFFFF}%s", pName, Money, Age, Sex);
        SendClientMessage(playerid, COLOR_LIGHTBLUE, string);
        SendClientMessage(playerid, -1, "");
        SendClientMessage(playerid, COLOR_LIGHTBLUE,"____________________________________________________________________");
Reply


Messages In This Thread
Command is crashing the server - by Twizted - 11.05.2014, 08:01
Re: Command is crashing the server - by Mriss - 11.05.2014, 08:03
Re: Command is crashing the server - by Jstylezzz - 11.05.2014, 08:03
Re: Command is crashing the server - by DaniceMcHarley - 11.05.2014, 08:05
Re: Command is crashing the server - by Twizted - 11.05.2014, 08:07
Re: Command is crashing the server - by CutX - 11.05.2014, 08:13
Re: Command is crashing the server - by Jstylezzz - 11.05.2014, 08:14
Re: Command is crashing the server - by Twizted - 11.05.2014, 08:20

Forum Jump:


Users browsing this thread: 4 Guest(s)