Need some help
#1

When i compile my script i am getting these warnings

Код:
(436) : warning 202: number of arguments does not match definition
(436) : warning 202: number of arguments does not match definition
(436) : warning 202: number of arguments does not match definition
(436) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

4 Warnings.
Код:
Line 436: kleurtje = GangZoneCreate(-2966,18, -2989,536, 2977,858, 2977,858);
Hope that somebody can help me
Reply
#2

That's because you are putting whole numbers where there are suppose to be floats. After each number you have, add ".00".
Reply
#3

This is how it should be:
pawn Код:
kleurtje = GangZoneCreate(-2966.18, -2989.536, 2977.858, 2977.858);
Reply
#4

Oh, whoops i thought that said Createobject..

Use Don's code.
Reply
#5

Don's code?
Reply
#6

Yes,
pawn Код:
kleurtje = GangZoneCreate(-2966.18, -2989.536, 2977.858, 2977.858);
Reply
#7

Quote:
Originally Posted by Futurezx
Don's code?
The code i gave you above.
Reply
#8

Hahah didn't see your post
Reply
#9

Quote:
Originally Posted by Futurezx
Hahah didn't see your post
all he did was chand the 2977.858 to 2977,858 (.) (,)
Reply
#10

And...? He gave him what he needed.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)