warning 202: number of arguments does not match definition
#2

I guess the lines
pawn Код:
opstinabylevu = CreateObject ...
...
Are giving you those warnings?

Simple: Check the definition of CreateObject: https://sampwiki.blast.hk/wiki/CreateObject
pawn Код:
native CreateObject(modelid, Float:X, Float:Y, Float:Z, Float:rX, Float:rY, Float:rZ, Float:DrawDistance = 0.0);
as you can see that are 8 arguments, but the 8th is optional. you are calling CreateObject with 9 arguments.
That's one too many, you probably want to remove the last "300.000" from those lines.
It's as the warning says: "number of arguments does not match definition"
Reply


Messages In This Thread
warning 202: number of arguments does not match definition - by Cr3dO - 29.12.2014, 21:38
Re: warning 202: number of arguments does not match definition - by ikkentim - 29.12.2014, 22:38
Re: warning 202: number of arguments does not match definition - by Cr3dO - 30.12.2014, 09:56

Forum Jump:


Users browsing this thread: 1 Guest(s)