Zelaron Gaming Forum  
Stats Arcade Portal Forum FAQ Community Calendar Today's Posts Search
Go Back   Zelaron Gaming Forum > The Zelaron Nexus > Science and Art > Tech Help

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next

 
Post char help
Reply
Posted 2003-06-11, 02:59 PM
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!

kuja´s #1 said:
Nice of you to do this. You trully are the world's nicest ass fuck.
Old
Profile PM WWW Search
6inchpurplepony is neither ape nor machine; has so far settled for the in-between6inchpurplepony is neither ape nor machine; has so far settled for the in-between
 
 
6inchpurplepony
 



 

Bookmarks

« Previous Thread | Next Thread »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules [Forum Rules]
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 08:20 PM.
'Synthesis 2' vBulletin 3.x styles and 'x79' derivative
by WetWired the Unbound and Chruser
Copyright ©2002-2008 zelaron.com
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
This site is best seen with your eyes open.