![]() |
char help
what does these charaters mean BOOL PRIVATE OnGameCommandInv(char **argv, int argc)
{ if (argc == 2) { char t[1024]; sprintf(t, "In inventory:"); server->GamePrintInfo(t); for (LinkedItem *item = inventory.GetFirstItem(); item; item = inventory.GetNextItem(item)) { sprintf(t, "id=%d", item->lpData); server->GamePrintInfo(t); } } else { char t[1024]; sprintf(t, "ÿc4showinv ÿc0Lists all items in your inventory."); server->GamePrintInfo(t); } return TRUE; the ÿc0, i dont understand please help! |
EDIT: Im an idiot lol, I missed his qustion.
|
"ÿc" is a color code.
|
I answered that in the bot forum too. -.-
|
All times are GMT -6. The time now is 11:19 PM. |
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
This site is best seen with your eyes open.