07.01.2015, 16:44
Hello I was add the player silver points to 4 and he type for example /giverespect and for one 1 silver point he get two respects but the problem is know that I made code if player has not 1 point then it says to him you don't have 1 silver point for respect but he have 4 points. Thanks
pawn Код:
if(PlayerInfo[playerid][pSilverPoint] < 1)
{
SendClientMessage(playerid,COLOR_GRAD2,"You don't have one 1 silver point for respect");
return 1;
}