Raised This Month: $ Target: $400
 0% 

Mage, Frost Nova


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
dandyman
New Member
Join Date: Sep 2005
Old 09-09-2005 , 12:37   Mage, Frost Nova
Reply With Quote #1

Deleted!
dandyman is offline
Om3gA
Veteran Member
Join Date: Feb 2005
Old 09-09-2005 , 12:46   Re: Mage, Frost Nova
Reply With Quote #2

Code:
public unfreeze(para[1]) { new player, name[33] player = para[0] freeze[player] = false set_user_maxspeed(player, 320.0) //players speed after unfreezing set it to what ya want   get_user_name(player, name, 32) client_print(player,print_chat,"Your are now unfreezed") client_print(0,print_chat,"DEBUG! %s is now unfreezed DEBUG!",name) }

im not shure tho.. but i hope it works ^_^
__________________
Om3gA is offline
Send a message via AIM to Om3gA Send a message via MSN to Om3gA Send a message via Yahoo to Om3gA Send a message via Skype™ to Om3gA
dandyman
New Member
Join Date: Sep 2005
Old 09-09-2005 , 12:57   Re: Mage, Frost Nova
Reply With Quote #3

Quote:
Originally Posted by Om3gA
Code:
public unfreeze(para[1]) { new player, name[33] player = para[0] freeze[player] = false set_user_maxspeed(player, 320.0) //players speed after unfreezing set it to what ya want   get_user_name(player, name, 32) client_print(player,print_chat,"Your are now unfreezed") client_print(0,print_chat,"DEBUG! %s is now unfreezed DEBUG!",name) }

im not shure tho.. but i hope it works ^_^
I doesn't even display the unfreezed msg
dandyman is offline
Om3gA
Veteran Member
Join Date: Feb 2005
Old 09-09-2005 , 19:53   Re: Mage, Frost Nova
Reply With Quote #4

try this
Code:
public unfreeze(para[]) { new player, name[33] player = para[0] freeze[player] = false set_user_maxspeed(player, 320.0) get_user_name(player, name, 32) client_print(player,print_chat,"Your are now unfreezed") client_print(0,print_chat,"DEBUG! %s is now unfreezed DEBUG!",name) }

btw u do not need the player, cuz its passed on in param coz its already in the array cuz u alreayd define parm[0] as player cuz if pass parm[1] then there is no data in i
__________________
Om3gA is offline
Send a message via AIM to Om3gA Send a message via MSN to Om3gA Send a message via Yahoo to Om3gA Send a message via Skype™ to Om3gA
Reply


Thread Tools
Display Modes

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 14:34.


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