SA-MP Forums Archive
Warning 203, add siren doesn't exist! - 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: Warning 203, add siren doesn't exist! (/showthread.php?tid=635739)



Warning 203, add siren doesn't exist! - aoky - 12.06.2017

PHP код:
C:\Users\Austin\Desktop\Small-County-RP-Release\pawno\include\weapon-config.inc(1700) : warning 202number of arguments does not match definition
C
:\Users\Austin\Desktop\Small-County-RP-Release\pawno\include\weapon-config.inc(1698) : warning 203symbol is never used"addsiren" 
Code 1698:
PHP код:
Dragged[dID] = 0
Code 1694 - 1700:
PHP код:
forward Draggingt(playeriddID);
public 
Draggingt(playeriddID)
{
        new 
Float:dXFloat:dYFloat:dZ;
        
GetPlayerPos(playeriddXdYdZ);
        
SetPlayerPos(dIDdX+1dYdZ);




Re: Warning 203, add siren doesn't exist! - Whatname - 12.06.2017

The warrning is not in your script its in the include