What is faster?
#1

So I just wanna know what is faster. (Only for information)

If i make something like this:
pawn Код:
#define NotOnline "This user is not online."
and then show it in client message like:
pawn Код:
SendClientMessage(playerid, RED, NotOnline);
Or just showing it in client message right away, like:
pawn Код:
SendClientMessage(playerid, RED, "This user is not online.");
Reply


Messages In This Thread
What is faster? - by Alex_Valde - 18.01.2011, 13:59
Re: What is faster? - by iggy1 - 18.01.2011, 14:01
Re: What is faster? - by Alex_Valde - 18.01.2011, 14:04

Forum Jump:


Users browsing this thread: 1 Guest(s)