23.06.2013, 02:38
Use this instead:
Try that. I think that should fix your problem, I heard others saying that IsPlayerConnected doesn't work with the user placeholder in sscanf.
pawn Код:
// Instead of this
if(!IsPlayerConnected(ID))
{
//Use this
if(ID = INVALID_PLAYER_ID)
{

