maxplayers
I need a confirmation on what is maxplayers is cvar float, string?
|
Re: maxplayers
int
On a side-note: all cvars are strings. They are converted to a specific type (other than string) by means of get_cvar_num(), get_cvar_float() or their pcvar counterparts. The initial type of the cvar is a string and is converted internally by get_[p]cvar_*() to the specified type. |
Re: maxplayers
hmm.
Code:
Welcome to the AMX Mod X 1.76-300 Compiler. |
Re: maxplayers
Post the code ... :S
|
Re: maxplayers
Code:
public round(id){ |
Re: maxplayers
What a mess >.> :S , like this should look the code :
Code:
public round(id) |
Re: maxplayers
My guess is it will spam the chat and will mess up the round counter...
|
| All times are GMT -4. The time now is 16:05. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.