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

Showing results 1 to 25 of 79
Search took 0.00 seconds.
Search: Posts Made By: neo_gis
Forum: Source Servers (SRCDS) 07-17-2011, 15:45
Replies: 227
Views: 223,328
Posted By neo_gis
Re: Source Dedicated Server for Mac OS X

thx a lot for this ! saved me the trouble of running srcds through parallels ...
Forum: Metamod:Source Plugins 07-28-2010, 21:05
Replies: 286
Views: 212,667
Posted By neo_gis
Re: VIP Mod (1.0.H) Server Plugin for CSS - 16 June 2007

would be totally awesome if you released the windows binaries :D
Forum: Scripting 07-27-2010, 08:57
Replies: 2
Views: 1,897
Posted By neo_gis
Re: Vector Help - Check if point is between two vectors

please make clear what you mean "between" two vectors ?
Forum: Scripting 07-22-2010, 10:10
Replies: 13
Views: 2,675
Posted By neo_gis
Re: if contains

i suggest you read carefully the wiki to sourcepawn along with its examples .
Forum: Scripting 07-22-2010, 09:49
Replies: 13
Views: 2,675
Posted By neo_gis
Re: if contains

for (new i = 1; i <= GetClientCount(); i++)
{
if (IsFakeClient(i) || !IsClientInGame(i) || !IsClientConnected(i))
continue;

if (!IsPlayerAlive(i))
{
PrintToChat(i,...
Forum: Scripting 07-22-2010, 07:30
Replies: 1
Views: 896
Posted By neo_gis
Re: Check spectators for admin-flags

just loop through all clients , something like that :


for (new i = 1; i <= GetClientCount(); i++)
{
if (IsFakeClient(i) || !IsClientInGame(i) || !IsClientConnected(i))
continue;...
Forum: Scripting 07-22-2010, 07:21
Replies: 6
Views: 1,708
Posted By neo_gis
Re: Need help with a string

this should work


new number = value;

decl String:str[number + 1];

for (new i = 0; i < number; i++)
{
strcat(str, sizeof(str), "#");
Forum: Coding MM:S Plugins & SM Extensions 07-22-2010, 04:59
Replies: 6
Views: 1,848
Posted By neo_gis
Re: [MM-PLUGIN] CUserMessages question

that error means the compiler cannot find your object , make sure you included all necessary header files.
Forum: Plugins 07-06-2010, 06:56
Replies: 660
Views: 374,516
Posted By neo_gis
Forum: Plugins 07-05-2010, 18:57
Replies: 98
Views: 117,925
Posted By neo_gis
Re: Advanced Rules Menu

nope not for now
Forum: Plugins 07-05-2010, 18:57
Replies: 660
Views: 374,516
Posted By neo_gis
Re: CS:S Team Balance

i just grabbed the updated signatures from different plugins , but couldnt find the update SetModel signature ... so its no properly working
Forum: Plugins 07-04-2010, 11:09
Replies: 660
Views: 374,516
Posted By neo_gis
Re: CS:S Team Balance

i updated the gamedata and its still failing at the SDK Calls . Like when it balances the player gets spawned then switched so you have a Terrorist player among CT spawn :(
Forum: Plugins 07-04-2010, 08:33
Replies: 660
Views: 374,516
Posted By neo_gis
Re: CS:S Team Balance

could you post the updated gamedata please?
Forum: Metamod:Source Plugins 06-30-2010, 18:06
Replies: 286
Views: 212,667
Posted By neo_gis
Re: VIP Mod (1.0.H) Server Plugin for CSS - 16 June 2007

if L.Duke doesnt have enough time to update this , maybe release source code so other developpers could work on that ?
Forum: Plugins 06-29-2010, 13:12
Replies: 98
Views: 117,925
Posted By neo_gis
Re: Advanced Rules Menu

cheers for approval :)
Forum: Plugins 06-29-2010, 13:11
Replies: 2,224
Views: 1,678,550
Posted By neo_gis
Re: Advertisements 0.5.5 (Updated 05/26/08)

would it be possible to add the olive color since we can use it in the OB . Thx !
Forum: Coding MM:S Plugins & SM Extensions 06-15-2010, 12:26
Replies: 4
Views: 1,793
Posted By neo_gis
Re: Menu Length Problem

yh i always take cssrpg as a reference ^^ . learned a lot from there .

FINALLY got over the problem by taking a look at mani_menu.cpp , good stuff inthere , thx Mani !
Forum: Coding MM:S Plugins & SM Extensions 06-14-2010, 17:00
Replies: 4
Views: 1,793
Posted By neo_gis
Re: Menu Length Problem

any update of this ?

thx !
Forum: Metamod:Source Plugins 06-13-2010, 17:05
Replies: 286
Views: 212,667
Posted By neo_gis
Re: VIP Mod (1.0.H) Server Plugin for CSS - 16 June 2007

nope it doesnt .

Please L.Duke update this coz it rocks <3
Forum: Coding MM:S Plugins & SM Extensions 06-13-2010, 15:39
Replies: 3
Views: 1,461
Posted By neo_gis
Re: Lag in Event PlayerDeath

ah indeed the problem is coming from there , i'll give the threading a try , have to read about it tho ^^ .

Thx for the help !
Forum: Coding MM:S Plugins & SM Extensions 06-13-2010, 11:10
Replies: 3
Views: 1,461
Posted By neo_gis
[RESOLVED]Lag in Event PlayerDeath

hey all ,

in the plugin i do some stats calculations on the event player_death and store them in sqlite database , so when you kill someone it makes you freeze for half a second . of course once...
Forum: Coding MM:S Plugins & SM Extensions 06-12-2010, 10:22
Replies: 4
Views: 1,793
Posted By neo_gis
[RESOLVED]Menu Length Problem

Hey guys ,

i have some menus that work on eventscripts . but when trying to show the same menu using my plugin they just dont get displayed .

My guess is that the buffer containing the menu...
Forum: Coding MM:S Plugins & SM Extensions 06-09-2010, 08:06
Replies: 7
Views: 2,231
Posted By neo_gis
Re: Finding Offsets

omg Mani thx a mill , changed the sdk to hl2sdk-ob-valve' and it worked . psychonic told me to but i tought i already had the right sdk .

Thx again guys !
Forum: SourceMod Anti-Cheat 06-08-2010, 14:08
Replies: 2
Views: 1,728
Posted By neo_gis
Re: KAC as server plugin ?

ah ok , my bad then :)
Forum: SourceMod Anti-Cheat 06-08-2010, 13:35
Replies: 2
Views: 1,728
Posted By neo_gis
KAC as server plugin ?

would be great if the anti-cheat was released as a Valve server plugin or metamod plugin :) .

This way you wont be obliges to overload the server with sourcemod just to use KAC .

thx !
Showing results 1 to 25 of 79

 
Forum Jump

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


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