View Single Post
Annihilator
Senior Member
Join Date: Nov 2006
Location: Lithuania
Old 05-17-2011 , 17:16   Re: [Any] Ninja Leap
Reply With Quote #8

Well, a simple check to see if the game uses money works quite fine

PHP Code:
new Money = -1;

public 
OnPluginStart()
{
Money FindSendPropOffs("CCSPlayer""m_iAccount");

Then you just check if it exists and thats all

PHP Code:
if (Money == -1) return; 
Annihilator is offline