Whats the difference between them.
#1

Hey, im still a learner, so just let me know whats the difference between using msg or string as sending player a textmessage? Since both works as i know right?

Код:
format(msg, sizeof(msg), "TEXT OVER HERE", GetName(otherID));
SendClientMessage(playerid, msg);
Код:
format(string, sizeof(string), TEXT OVER HERE", GetName(playerid), GetName(otherID));
SendClientMessage(playerid, string);
Reply


Messages In This Thread
Whats the difference between them. - by Frank901 - 06.09.2016, 10:46
Re: Whats the difference between them. - by Vince - 06.09.2016, 10:58
Re: Whats the difference between them. - by Frank901 - 06.09.2016, 12:11

Forum Jump:


Users browsing this thread: 1 Guest(s)