13.10.2010, 17:46
Yeah I had that too.
TRY this:
If that\'s not working, I recommend this: https://sampforum.blast.hk/showthread.php?tid=104299
TRY this:
PHP Code:
<?php
$ip = ""; //SERVER IP!
$port = ""; //SERVER PORT!
$fp = fsockopen("udp://", $ip, $port, $errno, $errstr);
//The code ...
?>