Raised This Month: $51 Target: $400
 12% 

Showing results 1 to 10 of 10
Search took 0.00 seconds.
Search: Posts Made By: Tontow
Forum: Scripting 12-24-2011, 05:45
Replies: 6
Views: 7,680
Posted By Tontow
Re: Check if client is a bot

This will return the number of real clients in a game.

stock GetRealClientCount( bool:inGameOnly = true ) {
new clients = 0;
for( new i = 1; i <= MaxClients; i++ ) {
if( ( (...
Forum: Scripting 12-18-2011, 09:21
Replies: 1
Views: 1,096
Posted By Tontow
Forum: Scripting 12-16-2011, 13:32
Replies: 1
Views: 1,096
Posted By Tontow
Block mp_minplayers message?

How should I go about blocking the 'waiting for x players' message that mp_minplayers gives?
I want to make a 1 min warm up and ND has no warm up.
Forum: Scripting 12-10-2011, 07:40
Replies: 4
Views: 5,605
Posted By Tontow
Re: datamaps? and When to use Prop_Send vs Prop_Data in GetEntProp

Is there an easy way to search though all the Properties of the netprops and datamaps to find X value? (IE: I know the number that I am looking for, just not where its stored)

Or do I have to...
Forum: Scripting 12-09-2011, 12:46
Replies: 4
Views: 5,605
Posted By Tontow
Re: datamaps? and When to use Prop_Send vs Prop_Data in GetEntProp

so a data map is client only and netprops are networked? - Is that the only difference?
Forum: Scripting 12-09-2011, 11:31
Replies: 4
Views: 5,605
Posted By Tontow
datamaps? and When to use Prop_Send vs Prop_Data in GetEntProp

When do you use Prop_Send vs Prop_Data in GetEntProp()? What is the difference?

What exactly is a datamap and how do you apply it? - All I know is that I can dump it.....
...
Forum: Scripting 12-09-2011, 07:02
Replies: 4
Views: 1,933
Posted By Tontow
Re: Nuclear Dawn : How to get player rank?

Below is some code that I got from comp8nerd4u2 that I ran though a loop.

The problem That I have with this code is that it will return all 0s until after a player has spawned.

Where would be...
Forum: Scripting 12-05-2011, 15:21
Replies: 4
Views: 1,933
Posted By Tontow
Re: Nuclear Dawn : How to get player rank?

Is there a way to do some kind of revers lookup on a netclass? (look it up by value)

I know the value of my rank, can I use that to look it up to find where it is stored?
Forum: Scripting 12-05-2011, 09:37
Replies: 4
Views: 1,933
Posted By Tontow
Re: Nuclear awn : How to get player rank?

Comp8nerd4u2 pointed out CNDPlayerResource netclass with a property of m_iPlayerRank , but that holds the general rank, I still cant find what holds the class rank after going through the SM dumps. ...
Forum: Scripting 12-03-2011, 04:17
Replies: 4
Views: 1,933
Posted By Tontow
Nuclear Dawn : How to get player rank?

I am new to sourcepawn, but I think I have most of the basics down.

I am trying to figure out how to retrieve a player's rank in Nuclear Dawn, but I have no clue on how to go about doing so....
Showing results 1 to 10 of 10

 
Forum Jump

All times are GMT -4. The time now is 01:52.


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