Tag Mismatch & number of arguments does not match definition
#1

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.
Reply
#2

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

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
Reply
#4

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(...
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)