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

Showing results 1 to 6 of 6
Search took 0.00 seconds.
Search: Posts Made By: ZASTRELIS
Forum: Extensions 01-14-2021, 09:37
Replies: 577
Views: 651,651
Posted By ZASTRELIS
Re: [EXTENSION] Socket (3.0.1)

this an example for writing the file (https://github.com/JoinedSenses/sm-ext-socket/blob/master/examples/example.sp), how about sending file in response for OnChildSocketReceive? This responses' size...
Forum: Extensions 01-10-2021, 10:12
Replies: 577
Views: 651,651
Posted By ZASTRELIS
Re: [EXTENSION] Socket (3.0.1)

I'm nothing to understand in how to build extensions for sm, so I write my own simple URLDecode method for replacing percent characters
for(int i = 0; i < sizeof(symbols); ++i)
{...
Forum: Extensions 01-10-2021, 08:06
Replies: 577
Views: 651,651
Posted By ZASTRELIS
Re: [EXTENSION] Socket (3.0.1)

can you tell more precisely which method you know for this? because I looked into steamworks and json and not found urldecode methods..
Forum: Extensions 01-10-2021, 07:23
Replies: 577
Views: 651,651
Posted By ZASTRELIS
Re: [EXTENSION] Socket (3.0.1)

how to decode post via sm?
Forum: Extensions 01-09-2021, 13:02
Replies: 577
Views: 651,651
Posted By ZASTRELIS
Re: [EXTENSION] Socket (3.0.1)

public void OnPluginStart() {
view_as<Socket>(null).SetOption(DebugMode, 1);

// create a new tcp socket
Socket socket = new Socket(SOCKET_TCP, OnSocketError);
// bind the socket to all...
Forum: Extensions 01-09-2021, 11:20
Replies: 577
Views: 651,651
Posted By ZASTRELIS
Re: [EXTENSION] Socket (3.0.1)

public void OnSocketIncoming(Socket socket, Socket newSocket, const char[] remoteIP, int remotePort, any arg) {

PrintToServer("%s:%d connected", remoteIP, remotePort);

// setup callbacks...
Showing results 1 to 6 of 6

 
Forum Jump

All times are GMT -4. The time now is 14:11.


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