Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 6 of 6
Search took 0.00 seconds.
Search: Posts Made By: Dekart
Forum: Coding MM:S Plugins & SM Extensions 04-23-2012, 03:06
Replies: 1
Views: 1,672
Posted By Dekart
How to create coloured HUD message?

How to I can create this coloured HUD message into my CS:S plugin (see picture)?

help me, please. :3

http://gyazo.com/cf4514801f91da58befb612af9553261.png?1335164128
Forum: Coding MM:S Plugins & SM Extensions 03-21-2012, 04:10
Replies: 7
Views: 2,518
Posted By Dekart
Re: Some question about Virtual Offset

I continue work above my plugin, and now i need change name of player in the game.

I found in wiki function in CCSPlayer class, that can change player name, and i found some information about this...
Forum: Coding MM:S Plugins & SM Extensions 03-20-2012, 00:22
Replies: 7
Views: 2,518
Posted By Dekart
Re: Some question about Virtual Offset

Thank you all for your help.
Forum: Coding MM:S Plugins & SM Extensions 03-13-2012, 03:45
Replies: 7
Views: 2,518
Posted By Dekart
Re: Some question about Virtual Offset

hm... I solved this problem, but i have new question.

How to control player's money or control the player's buying of ammunition (weapons & vests) in CS:S?
Forum: Coding MM:S Plugins & SM Extensions 03-13-2012, 00:53
Replies: 7
Views: 2,518
Posted By Dekart
Re: Some question about Virtual Offset

I added this code to code of my plugin:

CON_COMMAND(flashbang, "flashbang")
{
int i;
int j;
edict_t *pEnt;
for (i=1; i<=64; i++)
{
pEnt = engine->PEntityOfEntIndex(i);
Forum: Coding MM:S Plugins & SM Extensions 03-12-2012, 03:35
Replies: 7
Views: 2,518
Posted By Dekart
Some question about Virtual Offset

I write plugin for Meta Mod:Source for CS:S game. My plugin based on sample_mm plugin from source codes of Meta Mod from this download page http://www.sourcemm.net/downloads.

I want make simple...
Showing results 1 to 6 of 6

 
Forum Jump

All times are GMT -4. The time now is 18:02.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode