07.05.2013, 10:54
Check if "g_Invoke->callNative(&PAWN::IsPlayerConnected,i)" works fine. Try using some kind of this message for debug:
Код:
logprintf("[debug] IsPlayerConnected[i = %d] = %d", i, g_Invoke->callNative(&PAWN::IsPlayerConnected,i));