Login x
User Name:
Password:
Social Links Facebook Twitter YouTube Steam RSS News Feeds

Members Online

»
0 Active | 4 Guests
Online:

LATEST FORUM THREADS

»
warfare
CoD4 Map + Mod Releases
Voting menu on maps
CoD+UO General
Hauling 911
CoDBO3 General

Forums

»

Welcome to the MODSonline.com forums. Looking for Frequently Asked Questions? Check out our FAQs section or search it out using the SEARCH link below. If you are new here, you may want to check out our rules and this great user's guide to the forums and the website.
For more mapping and modding information, see our Wiki: MODSonWiki.com

Jump To:
Latest Posts by MaTrIx1516~rb
These topics are the latest to have been updated with new posts.
Show me more: 50 100 150
MODSonline.com Forums
Latest Posts
Subscribed Posts
Search
  Topic Replies Views Last Post
Team ESP
Soldier of Fortune : SoFII Mapping
How would I do a check on if the player is holding a weapon?I know this isn't right, because the classname stuff. Any help would be great. Thanks man.if (weaponData[cent->pe.weapon].classname != WP_NONE)continue;... [more]
52 2577 Dec 9, 2006 02:00 am
by MaTrIx1516~rb
Where can I get copies of SOF2?
Soldier of Fortune : SoFII General
PM me. I can help you.... [more]
6 2155 Dec 7, 2006 01:40 am
by MaTrIx1516~rb
Team ESP
Soldier of Fortune : SoFII Mapping
Thanks man, it works, but for some reason after a few seconds, my game crashes. I don't know why, it just pops up and send would you like to send error or not send. When I take out the weapon code, it doesn't give me an error. The code works great... [more]
52 2577 Dec 6, 2006 11:40 pm
by MaTrIx1516~rb
Team ESP
Soldier of Fortune : SoFII Mapping
So what's wrong with this?CG_DrawText(x, y,cgs.media.hudFont, 0.38f, colorRed,cent->pe.weapon, 0, DT_OUTLINE); I still get that error I mentioned above. "Type error in argument 6 to 'CG_DrawText'; found 'int' expected 'poin... [more]
52 2577 Dec 4, 2006 01:24 am
by MaTrIx1516~rb
Team ESP
Soldier of Fortune : SoFII Mapping
Thanks for the reply man. Was hoping it couldv'e been done client side.   Gotta think of some more stuff to do now. Heh. Thanks again.  ... [more]
52 2577 Dec 1, 2006 05:59 am
by MaTrIx1516~rb
Team ESP
Soldier of Fortune : SoFII Mapping
My problem is I don't know how to get the info from the player and draw it like the name. I knew the cgs.clientinfo.name one, but I don't know how to get the clients weapons, etc.  One more thing. Everytime I try to do CG_DrawText myself, I alway... [more]
52 2577 Nov 30, 2006 10:32 pm
by MaTrIx1516~rb
Team ESP
Soldier of Fortune : SoFII Mapping
Bah. How did osp do it? Where it shows the players weapon and health? Is there an easy way to do it like how we did it with the name?  ... [more]
52 2577 Nov 30, 2006 09:49 pm
by MaTrIx1516~rb
Team ESP
Soldier of Fortune : SoFII Mapping
To draw the players health under their name like in osp, could I use cgs.clientinfo.health in the CG_DrawText function?  ... [more]
52 2577 Nov 29, 2006 03:33 am
by MaTrIx1516~rb
Team ESP
Soldier of Fortune : SoFII Mapping
Okay, well that worked.EDITIt turns out when I take out the part where it checks if the player is dead. It draws correctly.  . I'm going to mess with it some more. Thanks Code Sample if(cent->currentState.eFlags & EF_DEAD)continue;if&... [more]
52 2577 Nov 27, 2006 10:37 pm
by MaTrIx1516~rb
Team ESP
Soldier of Fortune : SoFII Mapping
Thanks i'll try it.... [more]
52 2577 Nov 27, 2006 10:35 pm
by MaTrIx1516~rb
Team ESP
Soldier of Fortune : SoFII Mapping
I load my own server and I have a buddy of mine join in. (on the same team)   ... [more]
52 2577 Nov 27, 2006 09:56 pm
by MaTrIx1516~rb
Team ESP
Soldier of Fortune : SoFII Mapping
No errors and not with bots. Can you post a screenshot? Does game resolution matter? Thanks.... [more]
52 2577 Nov 27, 2006 07:00 pm
by MaTrIx1516~rb
Team ESP
Soldier of Fortune : SoFII Mapping
, well i'm basically trying everything. Still nothing is drawing.   // Always Draw chat CG_DrawChat ( ); CG_Matrix(); }That's at the end to.  ... [more]
52 2577 Nov 26, 2006 08:19 pm
by MaTrIx1516~rb
Team ESP
Soldier of Fortune : SoFII Mapping
Hmm. Weird. I have called the matrix function. teamesp=====================*/void CG_Matrix (void){int i, x, y;int width;centity_t* cent;vec3_t dirPlayer;float distance;if ( !cgs.gametypeData->teams )return;for ( i = 0; i < cgs.maxclients; i ++ ... [more]
52 2577 Nov 26, 2006 09:46 am
by MaTrIx1516~rb
Team ESP
Soldier of Fortune : SoFII Mapping
Sorry for the doublepost. I compiled it and all went well, but nothing drew still on screen or on players. No text. Any suggestions. Thanks man.  ... [more]
52 2577 Nov 26, 2006 07:27 am
by MaTrIx1516~rb
Team ESP
Soldier of Fortune : SoFII Mapping
Alright, thanks man i'll give it a shot and let you know soon. My motherboard fried, and I can't get back on my system, so i'll have to download the source code on this computer, and test it out until newegg can send me a replacement.  ... [more]
52 2577 Nov 26, 2006 04:45 am
by MaTrIx1516~rb
Team ESP
Soldier of Fortune : SoFII Mapping
Thanks for the reply. So how about this?vec4_t green = { 0.0f, 1.0f, 0.0f, 1.0f };float *color;int x,y;char *name;if(y < 0 || y >= SCREEN_HEIGHT) continue;if(x < 0 || x > SCREEN_WIDTH) continue;{if (!CG_WorldCoordToScre... [more]
52 2577 Nov 25, 2006 09:35 pm
by MaTrIx1516~rb
Team ESP
Soldier of Fortune : SoFII Mapping
Could I use cg.screenYScale and cg.screenXScale?... [more]
52 2577 Nov 25, 2006 06:52 pm
by MaTrIx1516~rb
Team ESP
Soldier of Fortune : SoFII Mapping
Alright, well I would like to make a little code for drawing the names of players on my team. Not the enemy, only for team. Instead of when you move your crosshair over them, it always shows their name. The problem is I don't know what i'm doing w... [more]
52 2577 Nov 24, 2006 03:16 am
by MaTrIx1516~rb
Need A CD Key...
Soldier of Fortune : SoFII General
Email me at 2easy@charter.net and I will give you one of my extras.  ... [more]
11 2269 Nov 9, 2006 04:43 am
by MaTrIx1516~rb
Upgrading code to 1.03 code
Soldier of Fortune : SoFII Mapping
Not sure is this is ithttp://forums.ravensoft.com/ib/ikonboard.pl?act=ST;f=4;t=15749  ... [more]
7 754 Jun 19, 2005 06:37 am
by MaTrIx1516~rb
putting .mdls in game
Soldier of Fortune : SoFII Mapping
k thank you... [more]
3 746 Jan 5, 2005 01:13 am
by MaTrIx1516~rb
putting .mdls in game
Soldier of Fortune : SoFII Mapping
hi , im trying to make or remodel the ak74 for fun using MilkShape 3d and i wanna know how after u make ur file to compile it and stick it in game? if anyone could tell me how i would really apreciate it. Thanks btw i ment MD3 :-p... [more]
3 746 Jan 4, 2005 09:28 pm
by MaTrIx1516~rb
rank command
Soldier of Fortune : SoFII Mapping
k, thank you ill look into that... [more]
3 734 Dec 23, 2004 04:32 pm
by MaTrIx1516~rb
rank command
Soldier of Fortune : SoFII Mapping
Hi, i havn't been trying to code for sometime now since i had to reinstall XP since my computer had a virus and I lost all my software. So i have to reinstall it all again. Well, im trying to get back into this modding stuff again and want to make a c... [more]
3 734 Dec 23, 2004 03:22 am
by MaTrIx1516~rb
MODSonline.com Forums

Latest Syndicated News

»
Codutility.com up and runn...
Nice, and there still using the logo and template for the screenshots, which...
Codutility.com up and runn...
dundy writes...Quote:Call of Duty modding and mapping is barly alive only a ...
Codutility.com up and runn...
Mystic writes...Quote:It seems to me the like the site is completely dead? ...
Codutility.com up and runn...
It seems to me the like the site is completely dead?

Partners & Friends

»