11.06.2009, 14:07
Well instead of,
SendClientMessage(playerid, COLOR_WHITE, "You have been chosen for lottery");
That would send it only to player in which said the command,
But i want it to it sends it to whatever ID i put it,
Like,
/choose 4
It will send that message to ID 4,
But if /choose 7
It will send that message to ID 7,
And so on...
SendClientMessage(playerid, COLOR_WHITE, "You have been chosen for lottery");
That would send it only to player in which said the command,
But i want it to it sends it to whatever ID i put it,
Like,
/choose 4
It will send that message to ID 4,
But if /choose 7
It will send that message to ID 7,
And so on...