blobby
01-14-2008, 03:43 PM
Hello all
After trying many time to add more sounds to the dod_stats sound plugin i though what the hell ill just port the one i have from cs to dod i have added lots of sounds to it and they all work on cs so now to port it over to dod i have been getting on ok with it until i came to this part of the code
new name1[32], name2[32]
get_user_name(players_ct[0],name1,32)
get_user_name(players_t[0],name2,32)
Where it says ct and t what would i put there ive looked over the include files but i cant see nothing in there any help will be great
Regards and thanks
Blobby
After trying many time to add more sounds to the dod_stats sound plugin i though what the hell ill just port the one i have from cs to dod i have added lots of sounds to it and they all work on cs so now to port it over to dod i have been getting on ok with it until i came to this part of the code
new name1[32], name2[32]
get_user_name(players_ct[0],name1,32)
get_user_name(players_t[0],name2,32)
Where it says ct and t what would i put there ive looked over the include files but i cant see nothing in there any help will be great
Regards and thanks
Blobby