Player Class Error - 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: Player Class Error (
/showthread.php?tid=86787)
Player Class Error -
Adamrcook - 16.07.2009
Код:
C:\DOCUME~1\Home\Desktop\SACRP\RESIDE~1\LTD.pwn(52) : warning 202: number of arguments does not match definition
Here's Line 52:
Код:
AddPlayerClass(181,2344.2939,2786.7776,10.8203,52.7855,9,1); // ID 0
Re: Player Class Error -
Adamrcook - 16.07.2009
Nevermind got it. I feel stupid.
Re: Player Class Error -
Calgon - 16.07.2009
Quote:
Originally Posted by Adamrcook
Nevermind got it. I feel stupid.
|
Next time actually read the error message, and also have a go at reviewing the Wiki. The basic syntax of each function is really easy, and you can also get a general guide on how to use the function.