SA-MP Forums Archive
Tag Mismatch & number of arguments does not match definition - 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: Tag Mismatch & number of arguments does not match definition (/showthread.php?tid=438904)



Tag Mismatch & number of arguments does not match definition - Badarau - 22.05.2013

The Warnings:
...(100) : warning 213: tag mismatch
...(100) : warning 202: number of arguments does not match definition

PHP код:
    MyPickup CreatePickup(411,1527.0430,-880.3673,60.8494,48.1506,123,1); 
What's wrong?
Thanks.


Re: Tag Mismatch & number of arguments does not match definition - DobbysGamertag - 22.05.2013

pawn Код:
(model, type, Float:X, Float:Y, Float:Z, Virtualworld)



Re: Tag Mismatch & number of arguments does not match definition - CreativityLacker - 22.05.2013

pawn Код:
MyPickup = CreatePickup(411,1527.0430,-880.3673,60.8494,48.1506,123,1);
should be

pawn Код:
MyPickup = CreatePickup(411,1527.0430,-880.3673,60.8494,48.1506,1);
the second argument from the LEFT (123) was extra


Re: Tag Mismatch & number of arguments does not match definition - Badarau - 22.05.2013

Ok,first warning was corrected.
But ...(100) : warning 202: number of arguments does not match definition ?
LE:Solved.
@Rep. for both of you.

And i have one more question.
... error 021: symbol already defined: "main"
If i delete first main,i get more errors,if i delete this one,same.

Код HTML:
  main()
{
	print(.........
and
Код HTML:
   main()
;
    printf(...