Quote:
Originally Posted by Kwarde
Yeah I had that too.
TRY this:
PHP Code:
<?php $ip = ""; //SERVER IP! $port = ""; //SERVER PORT! $fp = fsockopen("udp://", $ip, $port, $errno, $errstr); //The code ... ?>
If that\'s not working, I recommend this: https://sampforum.blast.hk/showthread.php?tid=104299
|
Warning: fsockopen() expects parameter 2 to be long, string given in C:\Inetpub\vhostsevo-war.com\httpdocs\Index.php on line 67