Two questions
#5

Use this instead:

pawn Код:
// Instead of this
if(!IsPlayerConnected(ID))
{

//Use this

if(ID = INVALID_PLAYER_ID)
{
Try that. I think that should fix your problem, I heard others saying that IsPlayerConnected doesn't work with the user placeholder in sscanf.
Reply


Messages In This Thread
Two questions - by _Khaled_ - 23.06.2013, 01:27
Re: Two questions - by horsemeat - 23.06.2013, 01:50
Re: Two questions - by RedFusion - 23.06.2013, 01:55
Re: Two questions - by _Khaled_ - 23.06.2013, 02:20
Re: Two questions - by Kindred - 23.06.2013, 02:38
Re: Two questions - by _Khaled_ - 23.06.2013, 02:44
Re: Two questions - by Kindred - 23.06.2013, 02:58
Re: Two questions - by Scenario - 23.06.2013, 03:01

Forum Jump:


Users browsing this thread: 1 Guest(s)