SA-MP Forums Archive
Warning 202 - Need help - 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 202 - Need help (/showthread.php?tid=654345)



Warning 202 - Need help - ChampGamer - 26.05.2018

I am getting these warnings while compiling my gamemode.
Код:
C:\Users\Admin\Desktop\Deathmatch Server\gamemodes\DM.pwn(76) : warning 202: number of arguments does not match definition
C:\Users\Admin\Desktop\Deathmatch Server\gamemodes\DM.pwn(76) : warning 202: number of arguments does not match definition
C:\Users\Admin\Desktop\Deathmatch Server\gamemodes\DM.pwn(77) : warning 202: number of arguments does not match definition
C:\Users\Admin\Desktop\Deathmatch Server\gamemodes\DM.pwn(77) : warning 202: number of arguments does not match definition
Error lines :
PHP код:
        CreateDynamicCP(1709.6757,-1642.7719,20.21881.0, -118, -1STREAMER_CP_SD, -10);
    
CreateDynamicCP(712.3695,-1640.0687,20.22391.0, -118, -1STREAMER_CP_SD, -10); 



Re: Warning 202 - Need help - ChampGamer - 26.05.2018

Any help would be appreciated. Quick please.