23.03.2010, 17:40
if(giveplayerid != INVALID_PLAYER_ID)
This is telling your script if the given player ID is NOT an Invalid_PLAYER_ID, then give them that message... So change != to ==
This is telling your script if the given player ID is NOT an Invalid_PLAYER_ID, then give them that message... So change != to ==