Need help with command! (zcmd) giving +1 score
#9

pawn Код:
CMD:gresp(playerid)
{
    SendClientMessage(playerid, 0xFFFFFFFF, "You have gained a respect point"); // Send message to player
    SetPlayerScore(playerid, GetPlayerScore(playerid) +1);
    PlayerInfo[playerid][pRespect]++;
    return 1;
}
@above poster your code would return errors(tag mismatch).
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)