Need help!
#1

Hi guys! I want to ask you guys, how to abbreviate a function?
For examples like this:

Код:
SendClientMessageFormatted() would be like SFM()
and
SendClientMessageFormattedToAll() would be like SFMToAll()
Can you guys help me? Thanks
Sorry for my bad english, I'm from Indonesian
Reply
#2

Try it:

PHP код:
#define SFM SendClientMessageFormatted
#define SFMToAll SendClientMessageFormattedToAll 
I think that it will be enough to solve ur problem.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)