Problems compiling
Code:
That part makes these 2 errors Code:
Error: Argument type mismatch (argument 2) on line 61Code:
make this error Code:
Error: Undefined symbol "steamid" on line 228 |
Top one:
steamid isn't an arg - in that case it should be steamid[33] (because your highest number in that sense is 32). authid is never defined - it should also be an arg - authid[33] (because you use get_user_authid(id, authid, 32). Also, for the third one, you defined what steamid was in one function, but it's separate from the other function, so the other function doesn't know what steamid is - you either have to redefine it, or globally define it. |
Code:
Now I get these errors Code:
Error: Array index out of bounds (variable "steamid") on line 61 |
Don't add [33] after steamid in
Code:
Code:
+ Defining a steamid with itself looks a bit wierd :lol: |
Code:
btw i changed it to authid[33] because of your comment >< Code:
Error: Array index out of bounds (variable "steamid") on line 67 |
Quote:
Code:
|
Quote:
Quote:
|
Sorry I sometimes just scan over posts when I'm in a hurry :)
|
so it would be this?
Code:
or this Code:
|
OK I got it down to 3 errors
Code:
errors are Code:
Error: Symbol already defined: "steamid" on line 67[/code] |
| All times are GMT -4. The time now is 20:27. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.