05.08.2010, 17:39
"A simple stock"
You're creating a new public callback XD
BTW, why first the MSG, then the world id, then the color?
SendClientMessage(playerid, color, msg[])
compared to
SendClientMessageToWorld(msg[], worldid, color)
Doesn't makes sense.
You're creating a new public callback XD
BTW, why first the MSG, then the world id, then the color?
SendClientMessage(playerid, color, msg[])
compared to
SendClientMessageToWorld(msg[], worldid, color)
Doesn't makes sense.