crashing
#2

crash info willn't help.
you'll need to search in-side your gamemode,what's the problem.
make sure all the folders that needed to be in "scriptfiles" exist in this folder.
and make sure that you've formatted the SendClientMessage that has a different end:
pawn Code:
// make sure you don't have a line like this under "OnPlayerConnect" callback
SendClientMessage(playerid,0x334455,"You're %d player today",PlayerCount);
// if you have than change it to this:
new s[128];
format(s,sizeof(s),"You're %d player today",PlayerCount);
SendClientMessage(playerid,0x334455,s);
Reply


Messages In This Thread
crashing - by Swemonstere - 24.02.2012, 17:22
Re: crashing - by Kaperstone - 24.02.2012, 17:41
Re: crashing - by Swemonstere - 24.02.2012, 18:49
Re: crashing - by =WoR=Varth - 24.02.2012, 19:10

Forum Jump:


Users browsing this thread: 1 Guest(s)