SA-MP Forums Archive
<fixed> - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: <fixed> (/showthread.php?tid=138742)



<fixed> - Mikep. - 02.04.2010

-


Re: Command crashing - whooper - 02.04.2010

Not sure if this matters, but try this:

pawn Код:
format(querystring,sizeof(querystring),"UPDATE `users` SET `IP` = '%s' WHERE (`Name` = '%s')
'"
,pIP[playerid],pName[playerid]);
mysql_query(querystring);



Re: Command crashing - Mikep. - 02.04.2010

It's not that. It seems to be crashing at random points.


Re: Command crashing - Mikep. - 02.04.2010

I made resultline 128 cells, now the whole server crashes.

Oops double post, sorry..