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

pawn Код:
CMD:gresp(playerid, params[])
{
    SendClientMessage(playerid, 0xFFFFFFFF, "You have gain Respect point"); // Send message to player
    SetPlayerScore(playerid, +1);
    PlayerInfo[playerid][pRespect]++;
    return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)