Raised This Month: $51 Target: $400
 12% 

Fatal Error


Post New Thread Reply   
 
Thread Tools Display Modes
DiscoBBQ
Veteran Member
Join Date: Jan 2005
Location: Clemson, South Carolina
Old 04-19-2008 , 09:40   Re: Fatal Error
Reply With Quote #11

Code:
 ShakeID = GetUserMessageId("Shake");
 
//Shake:
public Shake(Client, Float:Length, Float:Severity)
{
 //Clients:
 new Send_Client[2];
 Send_Client[0] = Client;
 //Write:
 new Handle:View_Message;
 View_Message = StartMessageEx(ShakeID, Send_Client, 1);
 BfWriteByte(View_Message, 0);
 BfWriteFloat(View_Message, Severity);
 BfWriteFloat(View_Message, 10.0);
 BfWriteFloat(View_Message, Length);
 //Send:
 EndMessage();
}
__________________
"Every man is guilty of all the good he did not do"
DiscoBBQ 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 01:05.


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