strins crashdetect error - 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)
+--- Thread: strins crashdetect error (
/showthread.php?tid=308725)
strins crashdetect error - Unknown123 - 04.01.2012
pawn Код:
CMD:strins_test(playerid, params[])
{
printf("%s", strins("Unknown is a ", "crackhead", 14));
return 1;
}
Код:
[12:48:26]:
[12:48:26]: --- Crashdetect 3.6.9.4 loaded
[12:48:38]: Script[29860968]: Native function strins() called at address 0x6E9B4 has failed
[12:48:38]: Call stack (most recent call first):
[12:48:38]: public cmd_strins_test()
why does this command give me error in log? if i remove the carshdetect plugin , it return Unknown Command
Re: strins crashdetect error -
Jefff - 04.01.2012
Maybe this?
pawn Код:
Returns This function doesn't return a specific value