Raised This Month: $ Target: $400
 0% 

Teleport stuck help


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Rains
Member
Join Date: Dec 2005
Location: Sweden
Old 12-21-2005 , 10:45  
Reply With Quote #4

Thanks, I'll try them.

EDIT:
It didn't work. Code:
Code:
 public blink(id)     {     if (classes[id] == 3 && skills[id][2] == 0 && mana[id]>=BLINK_COST)         {         new blinkorg[3]         new blinkorg2[3]         get_user_origin(id,blinkorg,0)         get_user_origin(id,blinkorg2,3)         if (blinkorg2[0]>=blinkorg[0])             {             blinkorg2[0] = blinkorg2[0] - 30         }         else         {             blinkorg2[0] = blinkorg2[0] + 30         }         if (blinkorg2[1]>=blinkorg[1])             {             blinkorg2[1] = blinkorg2[1] - 30         }         else         {             blinkorg2[1] = blinkorg2[1] + 30         }         blinkorg2[2] = blinkorg2[2] + 30         set_user_origin(id,blinkorg2)         if(get_entity_flags(id) &FL_PARTIALGROUND)         {             mana[id] = mana[id] - BLINK_COST         }         else         {             set_user_origin(id, blinkorg)         }     }     return PLUGIN_HANDLED }
__________________
"My mouth is dry... My face is numb..." ~ Brain Stew - Green Day
Rains is offline
Send a message via MSN to Rains
 



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 16:05.


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