Code: Select all
OnErrorGoto(?ErrorHandler)
ClientID = 750154536 ;Random invalid Connection ID
sent = SendNetworkString(ClientID, "Hello"); Returns Invalid memory accesss
ErrorHandler:
;Error handling
Code: Select all
OnErrorGoto(?ErrorHandler)
ClientID = 750154536 ;Random invalid Connection ID
sent = SendNetworkString(ClientID, "Hello"); Returns Invalid memory accesss
ErrorHandler:
;Error handling