Defining functions
For exemple:
Code:
#define fm_get_user_team(%1) cs_get_user_team(%1)I try this but don't works: Code:
#define fm_set_user_model(%1, %2) cs_set_user_model(%1, %2) |
Re: Defining functions
Don't put spaces.
fm_set_user_model(%1,%2) |
Re: Defining functions
Thx.
|
| All times are GMT -4. The time now is 14:18. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.