SA-MP Forums Archive
Help me to FIx this warning - 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 me to FIx this warning (/showthread.php?tid=318451)



Help me to FIx this warning - dickyodie - 15.02.2012

Код:
C:\Documents and Settings\xp\Desktop\LZGS RP RAVEN\gamemodes\larp.pwn(46272) : warning 202: number of arguments does not match definition
Quote:

OnPropUpdate();

please help me to fix this warning


Re: Help me to FIx this warning - RicaNiel - 15.02.2012

can you paste the code?

at lino 46272


Re: Help me to FIx this warning - dickyodie - 15.02.2012

on line 46272
OnPropUpdate();


Re: Help me to FIx this warning - emokidx - 15.02.2012

show the forward line
it should be something like
pawn Код:
forward OnPropUpdate(...);