Raised This Month: $ Target: $400
 0% 

Rocket plugin help


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
dragonchaos
Member
Join Date: Mar 2004
Old 04-09-2004 , 09:31  
Reply With Quote #1

Code:
    if(pOrigin[0] > AimOrigin[pID[0]][0])     {         pOrigin[0] = (pOrigin[0] + 0.1)     }     if(pOrigin[0] < AimOrigin[pID[0]][0])     {         pOrigin[0] = (pOrigin[0] - 0.1)     }     if(pOrigin[1] > AimOrigin[pID[0]][1])     {         pOrigin[1] = (pOrigin[1] + 0.1)     }     if(pOrigin[1] < AimOrigin[pID[0]][1])     {         pOrigin[1] = (pOrigin[1] - 0.1)     }     if(pOrigin[2] > AimOrigin[pID[0]][2])     {         pOrigin[2] = (pOrigin[2] + 0.1)     }     if(pOrigin[0] < AimOrigin[pID[0]][2])     {         pOrigin[2] = (pOrigin[2] - 0.1)     }

I think you mean this, where id is supposed to be pID[0], other than that I dont have the includes in front of me so I can't tell you about the tag mismatch error, what it means is that you either added an extra tag in the function call or had an integer instead of a float, or did not have enough tags in the function.
dragonchaos is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 21:18.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode