Tag mismatch returning arrays
#3

Quote:
Originally Posted by Kar
View Post
Code:
crossproduct(Float:x[], Float:y[]) //vectors 3x1
{
    new Float:h[3];
    return _:h;
}
you removed the tag lol

then
Code:
Float:h[3];

	h = crossproduct(x, y);
?
I think I'm going nuts? It's been a while, however I just don't see where I removed the tag? I defined the variable and just try to save the output of the function in variable 'h' under OnGameModeInit.

edit: nvm gotchu thanks!
fixed
Reply


Messages In This Thread
Tag mismatch returning arrays - by Baboon - 02.01.2019, 19:33
Re: Tag mismatch returning arrays - by Kar - 02.01.2019, 19:37
Re: Tag mismatch returning arrays - by Baboon - 02.01.2019, 19:47

Forum Jump:


Users browsing this thread: 1 Guest(s)