doubt command
#2

Code:
new MoneyLock[MAX_PLAYERS];
CMD:recibirpaga(playerid,params[])
{
if(PlayerInfo[playerid][jMiembro] == 3)
{
    if(MoneyLock[playerid] >= gettime()) return SendClientMessage(playerid, -1, "Command in Cooldown");
     MoneyLock[playerid] = gettime()+120; // 2 mins
    DarDinero(playerid, 14000);
    PlayerPlaySound(playerid,1139,0,0,0);
}
return 1;
}
Reply


Messages In This Thread
doubt command - by Nahuel0707 - 31.03.2020, 01:26
Re: doubt command - by SiaReyes - 31.03.2020, 02:23

Forum Jump:


Users browsing this thread: 1 Guest(s)