
Members Online»
0 Active | 4 Guests
Online:
|
LATEST FORUM THREADS»
by ammys09
Posts: 1 / 264 warfare
CoD4 Map + Mod Releases by devielthan
Posts: 1 / 1777 Key Things the Design Comm...
CoDBO MP Mapping by rabbihasan21
Posts: 1 / 1099 Three Out of 10 Television...
CoDBO General by warrior777
Posts: 2 / 899 Voting menu on maps
CoD+UO General by
Posts: 0 / 792 Hauling 911
CoDBO3 General |
Polls»
|
|
| 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»
Comments: 5
Codutility.com up and runn...
Nice, and there still using the logo and template for the screenshots, which... Comments: 5
Codutility.com up and runn...
dundy writes...Quote:Call of Duty modding and mapping is barly alive only a ... Comments: 5
Codutility.com up and runn...
Mystic writes...Quote:It seems to me the like the site is completely dead?
... Comments: 5
Codutility.com up and runn...
It seems to me the like the site is completely dead? Comments: 5
Codutility.com up and runn...
Yeeaahhhh.........
|
Latest Downloads»
mp_Temple
Call of Duty: Mods: Multiplayer (624.12Kb) OHMY Don Quixote
Call of Duty 2: Maps: Multiplayer (5.76Mb) OHMY Neuburg
Call of Duty 2: Maps: Multiplayer (6.84Mb) OHMY Tebessa
Call of Duty 2: Maps: Multiplayer (7.36Mb) OHMY POW Camp
Call of Duty 2: Maps: Multiplayer (2.15Mb) |
Partners & Friends»
|
Site Links and Information
|
Partners
|
Friends
|
Copyright © MODSonline LLC
Tresware Content Management System © 2011
Website Designed by LKFX and Developed by Tresware