Help / how to fix ? - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help / how to fix ? (
/showthread.php?tid=215875)
Help / how to fix ? -
=Ebrala= - 24.01.2011
pawn Код:
C:\Documents and Settings\Sandro\Desktop\RP\gamemodes\111.pwn(19457) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Sandro\Desktop\RP\gamemodes\111.pwn(46912) : warning 235: public function lacks forward declaration (symbol "NameTimer")
C:\Documents and Settings\Sandro\Desktop\RP\gamemodes\111.pwn(47853) : warning 203: symbol is never used: "licenses"
C:\Documents and Settings\Sandro\Desktop\RP\gamemodes\111.pwn(47853) : warning 203: symbol is never used: "vehicleEntered"
how to fix ?
Re: Help / how to fix ? -
Think - 24.01.2011
forward NameTimer
use licenses & vehicleEntered
show line 19457
Re: Help / how to fix ? -
=Ebrala= - 24.01.2011
SetPlayerMapIcon(playerid, 31, 4819,-213.9788,35.3265,139, 61, COLOR_YELLOW); // Rifa Map Icon
Re: Help / how to fix ? -
Think - 24.01.2011
Your missing the 'style' parameter, MAPICON_LOCAL, MAPICON_GLOBAL, MAPICON_LOCAL_CHECKPOINT, MAPICON_GLOBAL_CHECKPOINT
use MAPICON_GLOBAL if you dont know what to do with them ;p
Re: Help / how to fix ? -
=Ebrala= - 24.01.2011
thanks ! fixed