Chat Bug ? Or something else
#4

Quote:
Originally Posted by Markx
Посмотреть сообщение
pawn Код:
TextSpammer[playerid] ++;

    if(TextSpammer[playerid] >= 5 && TextSpammer[playerid] <= 7)
    {
        SendClientMessage(playerid,COLOR_RED,SpammerDenied);
        TextSpammer[playerid] --;
        return 1;
    }
To

pawn Код:
TextSpammer[playerid] ++;

    if(TextSpammer[playerid] >= 5 && TextSpammer[playerid] <= 7)
    {
        SendClientMessage(playerid,COLOR_RED,"SpammerDenied"); //Maybe do this?
        TextSpammer[playerid] --;
        return 1;
    }
And use [ pawn ] [ / pawn ]
I fixed it , and now maybe it will behave better but still the Crash is going on :/


Quote:
Originally Posted by Sascha
Посмотреть сообщение
what's this: "RecordPlayerText(playerid,text);" -- show is the code of it... maybe you forgot to create a folder or so where the "Record" is being saved or whatever this should do..
possibly there is a mistake in it which makes it crash
Where should i add the Record Folder to ? Scriptfiles right?


Thanks both for helping Keep up the good work

Maybe somehow to fix this part?
Reply


Messages In This Thread
Chat Bug ? Or something else - by Juve913 - 08.04.2011, 10:30
Re: Chat Bug ? Or something else - by Markx - 08.04.2011, 10:35
Re: Chat Bug ? Or something else - by Sascha - 08.04.2011, 10:56
Re: Chat Bug ? Or something else - by Juve913 - 08.04.2011, 12:20
Re: Chat Bug ? Or something else - by eLDiaBLo - 08.04.2011, 13:55
Re: Chat Bug ? Or something else - by leong124 - 08.04.2011, 16:02
Re: Chat Bug ? Or something else - by Juve913 - 08.04.2011, 23:33
Re: Chat Bug ? Or something else - by leong124 - 09.04.2011, 04:16
Re: Chat Bug ? Or something else - by Juve913 - 09.04.2011, 11:00
Re: Chat Bug ? Or something else - by Sascha - 09.04.2011, 11:02
Re: Chat Bug ? Or something else - by Juve913 - 09.04.2011, 11:45

Forum Jump:


Users browsing this thread: 1 Guest(s)