16.09.2009, 13:11
Quote:
|
Originally Posted by player007
Okay, the problem is with this:
Код:
giveplayerid = ReturnUser(tmp); (Because this check fails: Код:
if(giveplayerid != INVALID_PLAYER_ID) |
if(giveplayerid != INVALID_PLAYER_ID)
to
if(giveplayerid == INVALID_PLAYER_ID)
Right?

