I would like to display a specific value only player to call the my function. So I tried:
PHP Code:
new g_iSocket[ 33 ]
function( id )
{
g_iSocket[ id ] = socket_open( code.... )
... some code ...
socket_send( g_iSocket[ id ], "some code....." )
... some code ...
socket_close( g_iSocket[ id ] )
... some code ...
}
Problem is that all players show the same value.