command crashes compiler
#2

pawn Код:
if(PlayerInfo[playerid][pViewPms] == 0)
            {
                SendClientMessage(playerid, COLOR_GREY, "* You have Turned off the PM Messages!");
                PlayerInfo[playerid][pViewPms] = 0;
//              format(string, sizeof(string), "[ADMIN]: %s has turned off the PM Messages.",sendername);
//              ABroadCast(COLOR_LIGHTRED, string, 5);
            }
should be
pawn Код:
if(PlayerInfo[playerid][pViewPms] == 1)
            {
                SendClientMessage(playerid, COLOR_GREY, "* You have Turned off the PM Messages!");
                PlayerInfo[playerid][pViewPms] = 0;
//              format(string, sizeof(string), "[ADMIN]: %s has turned off the PM Messages.",sendername);
//              ABroadCast(COLOR_LIGHTRED, string, 5);
            }
Reply


Messages In This Thread
command crashes compiler - by rekatluos - 09.08.2011, 12:34
Re: command crashes compiler - by Sascha - 09.08.2011, 12:36
Re: command crashes compiler - by rekatluos - 09.08.2011, 12:38
Re: command crashes compiler - by Sascha - 09.08.2011, 12:42
Re: command crashes compiler - by rekatluos - 09.08.2011, 12:51
Re: command crashes compiler - by MadeMan - 09.08.2011, 12:56
Re: command crashes compiler - by rekatluos - 09.08.2011, 12:58
Re: command crashes compiler - by MadeMan - 09.08.2011, 12:59
Re: command crashes compiler - by rekatluos - 09.08.2011, 13:05
Re: command crashes compiler - by MadeMan - 09.08.2011, 13:07
Re: command crashes compiler - by Sascha - 09.08.2011, 13:07
Re: command crashes compiler - by rekatluos - 09.08.2011, 13:10
Re: command crashes compiler - by rekatluos - 09.08.2011, 13:37

Forum Jump:


Users browsing this thread: 1 Guest(s)