DoD Set Model
Alright, I'm trying to determine if the user is on Axis(Bot or not) and then set their model to whatever I am using. If they aren't on Axis, it leaves their model to default.
Pretty simple, yet I'm a noob and it's 4AM .. Code:
Code:
Warning: Tag mismatch on line 26Any information on how to fix this would be great. I could also use a pointer on how it happened so I can avoid it in the future. |
Re: DoD Set Model
Moin,
change Code:
new dodteams:userTeam = get_user_team(id)Code:
new userTeam = get_user_team(id) |
Re: DoD Set Model
*hits self*
Thanks a ton! |
Re: DoD Set Model
For some reason, it didn't work.
I'm trying to:
This is my code so far, compiles and runs fine, but the model isn't set for some reason. Code:
|
Re: DoD Set Model
any help would be appreciated i want to do the same thing
|
Re: DoD Set Model
Quote:
|
Re: DoD Set Model
In dod get user team returns a string not a number.
|
Re: DoD Set Model
Quote:
Try using dod_client_changeteam to set the model instead of ResetHUD event. Code:
|
| All times are GMT -4. The time now is 10:34. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.