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
#2

Nothing. It's just a name given to the variable by the scripter.
Reply
#3

Alright, thanks!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)