SA-MP Forums Archive
Help with command? - 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: Help with command? (/showthread.php?tid=391356)



Help with command? - Mustafa6155 - 10.11.2012

Код:
stock isNumeric(const string[])
{
	for (new i = 0, j = strlen(string); i < j; i++)
	if (string[i] > '9' || string[i] < '0')
    return 0;
	return 1;
}
what means this if i delete no error

Код:
C:\Users\Mustafa\Desktop\Server Mustafa's [SA-MP]\Server Mustafa's [SA-MP]\gamemodes\SF.pwn(911) : error 021: symbol already defined: "isNumeric"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
what doe's that stock if i delete what will wrong?


Re: Help with command? - InfiniTy. - 10.11.2012

You can delete it because it's already defined somewhere in the script or a include