Intrested in why I am getting a tag mismath warning on my own function when called
#5

Hah, irony.
I changed:
pawn Код:
new bump1 = CreateRace("Bump 1", {1747.3285,1452.9128,10.9435}, 1, (1000 * 60 * 3), {522, 0, 0, 0, 0, 0, 0, 0, 0, 0});
to
pawn Код:
new bump1 = CreateRace("Bump 1", Float:{1747.3285,1452.9128,10.9435}, 1, (1000 * 60 * 3), {522, 0, 0, 0, 0, 0, 0, 0, 0, 0});
and the issue is resolved. Did not occur to me at first that I still had to initialize the array as a Float:{posx, posy, posz}. [+] Rep to you Rajat for posting that though right before I tried adding Float: to it.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)