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

Showing results 1 to 25 of 58
Search took 0.00 seconds.
Search: Posts Made By: sskillz
Forum: Extensions 07-19-2008, 09:23
Replies: 45
Views: 32,219
Posted By sskillz
Re: [EXTENSION] Web downloader

Reading the source code, I don't see it can handle cases that it may recieve the header in sevral calls to recv. Its possible that the first select and recv will get: "HTTP/" and the next call will...
Forum: Scripting Help 04-15-2008, 07:58
Replies: 0
Views: 767
Posted By sskillz
Explanation of a entitiy values

Hello,
The following code is from paintball mod (the gun code) which I'll like to extend. To extend it I tried to learn what the code does and I have some questions.

The code uses a lot of...
Forum: Extensions 02-23-2008, 08:39
Replies: 74
Views: 37,853
Posted By sskillz
Re: [EXTENSION] Sockets (2.0.0)

you work is much appreciated.
Where is the source for version 2?

If that is the source for latest version I found a lot of errors in the code.
Should I list them?
Forum: Scripting Help 11-17-2007, 14:27
Replies: 3
Views: 1,407
Posted By sskillz
Re: get_user_ip, remote port?

Yea, it should be the remote port on the client,
Thanks ill try it and find out if its correct I was a bit lazy :X
Forum: Scripting 11-17-2007, 14:26
Replies: 2
Views: 1,241
Posted By sskillz
Re: GetClientIP, remote port?

Great, Thank you.
Forum: Scripting 11-17-2007, 10:54
Replies: 2
Views: 1,241
Posted By sskillz
GetClientIP, remote port?

Hello,
I was wondering, what is the remote port part of the GetClientIP,
Is it the port opened on the client or a port opened on the server that talks with the client?

thanks.
Forum: Scripting Help 11-17-2007, 10:50
Replies: 3
Views: 1,407
Posted By sskillz
get_user_ip, remote port?

Hello,
I was wondering which port does get_user_ip return?
The one used by the client or the one used by the server?

Thanks.
Forum: Unapproved/Old Plugins 09-02-2007, 11:00
Replies: 9
Views: 4,413
Posted By sskillz
Re: Game Score (Score counter for clan games and such)

The plugin just counts the score of both halfs (or more...) total score and decides which team has won, instead of the players rembering and calculatig the score and who won by themselfs.. and makes...
Forum: Unapproved/Old Plugins 08-28-2007, 19:57
Replies: 9
Views: 4,413
Posted By sskillz
Game Score (Score counter for clan games and such)

This is a simple plugin that counts the score of current PCW/FCM/ game...

It counts the total score of the two teams playing, switches teams when ever a half is ended based on the counting...
Forum: Snippets and Tutorials 08-04-2007, 22:03
Replies: 32
Views: 12,172
Posted By sskillz
Forum: Extensions 08-03-2007, 22:46
Replies: 74
Views: 37,853
Posted By sskillz
Re: [EXTENSION] Sockets

Hello again :),
Started making the plugin I was talking about, I looked at the source code after some trouble I run into in testing the extenstion and noticed that some fixing may be needed, so...
Forum: Scripting 06-27-2007, 06:26
Replies: 14
Views: 10,841
Posted By sskillz
Re: Get Server IP?

Yey I found a fix :)
Because only the first byte of the DWORD is signed, I first move the wanted byte in it to the lower part (first byte) which is unsigned and then use AND to get it..

Heres...
Forum: Scripting 06-26-2007, 15:27
Replies: 14
Views: 10,841
Posted By sskillz
Re: Get Server IP?

Nice idea!

It showed me:
-84.27.171.16
instead of:
172.27.171.16

Strage the first byte is a bit off and I can't see any error in the code.
Forum: Scripting 06-26-2007, 14:23
Replies: 14
Views: 10,841
Posted By sskillz
Re: Get Server IP?

Thanks, He is using the following code:

new Handle:gameIP;
new String:ip[32];

// Get the value of the gameip, and port
gameIP = FindConVar("ip");...
Forum: Scripting 06-26-2007, 12:12
Replies: 14
Views: 10,841
Posted By sskillz
Re: Get Server IP?

Well no one has tried getting the Server's IP? :(
Forum: Scripting 06-26-2007, 10:07
Replies: 14
Views: 10,841
Posted By sskillz
Re: Get Server IP?

Wasn't that obvious? its a SourceMod scripting forum....
Forum: Scripting 06-26-2007, 07:31
Replies: 14
Views: 10,841
Posted By sskillz
Re: Get Server IP?

Here is what I typed:


] net_address
Unknown command "net_address"
] status
hostname: Counter-Strike Source dedicated server
version : 1.0.0.34/7 3140 insecure
udp/ip : ...
Forum: Scripting 06-25-2007, 21:40
Replies: 14
Views: 10,841
Posted By sskillz
Get Server IP?

Hello, How can I retrive the server's IP?
In 1.6 it was using the convar Net_Address, Now I don't know if its my server
but it doesn't work, any suggestions ?

Thanks ahead...
Forum: Extensions 06-24-2007, 11:33
Replies: 74
Views: 37,853
Posted By sskillz
Re: [EXTENSION] Sockets

Is it be hard to make it Asynchronous Sockets? Because it does look like it with all the callbacks...
Forum: Extensions 06-17-2007, 05:33
Replies: 74
Views: 37,853
Posted By sskillz
Re: [EXTENSION] Sockets

Great! Thanks a lot!
Forum: Extensions 06-12-2007, 14:20
Replies: 74
Views: 37,853
Posted By sskillz
Re: [EXTENSION] Sockets

No problam :), sourcebans.net looks nice, Is theres more info about it?

--------
Back to the subject:

So my code will work? :\ (I dont know C++, but I know some other languages..)

If so...
Forum: Extensions 06-12-2007, 06:21
Replies: 74
Views: 37,853
Posted By sskillz
Re: [EXTENSION] Sockets

Hello, Again :|
This time I tried editing the Socket Extension you made, Here is what I did:

* Added cell_t data type to the Smsocket_t structure like this:

typedef struct
{
int socket;...
Forum: Extensions 05-26-2007, 09:04
Replies: 74
Views: 37,853
Posted By sskillz
Re: [EXTENSION] Sockets

Whats going on with those callbacks ? Sorry, I just have a plugin that I made for amxmodx I have to port to souce which uses sockets, and it must know if a socket closed.
Forum: Plugins 05-22-2007, 17:56
Replies: 27
Views: 48,282
Posted By sskillz
Re: [PLUGIN] Word filter to block bad language

You should use keyvalues to store bad words.
Forum: Scripting 05-22-2007, 17:54
Replies: 7
Views: 4,856
Posted By sskillz
Re: css - cs recoil

That could be cool, but CS:S is much diffrent from CS 1.6, Everything is bigger so it won't make it much the same.
Showing results 1 to 25 of 58

 
Forum Jump

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


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