This is crashing pawno, help please?
#1

Okay, so I ended up writing a small and little OOC chat thingy, but now it crashes Pawno.

This is it:

pawn Код:
if(strcmp(cmd, "/o", true) == 0 || strcmp(cmd, "/ooc", true) == 0)
      {
     format(string, sizeof(string), "OOC: %s: %s", GetPlayerNameEx(playerid), result);
     SendClientMessageToAll(COLOR_BLUE,string);
        }
        return 1;
    }
Can someone please help fix this?

Or atleast write a new one?

I fail at these ^_^
Reply


Messages In This Thread
This is crashing pawno, help please? - by Memoryz - 25.08.2009, 19:48
Re: This is crashing pawno, help please? - by cozza123456 - 26.08.2009, 17:38
Re: This is crashing pawno, help please? - by woot - 26.08.2009, 17:51
Re: This is crashing pawno, help please? - by cozza123456 - 26.08.2009, 17:53
Re: This is crashing pawno, help please? - by woot - 26.08.2009, 17:56
Re: This is crashing pawno, help please? - by cozza123456 - 26.08.2009, 18:35

Forum Jump:


Users browsing this thread: 1 Guest(s)