[HELP] Seconds beteween each post ( newbie / ad )
#1

How can i add waiting time between each " newbie " post or each " Adervisement " ?

like if you just posted and newbie and you wanna post a new one 1 sec after it says " You have to wait 50 seconds "
Same at adervisement
Reply
#2

add this under your /ad command,
Код:
if ((GetTickCount() - AdTimer[playerid]) < 50000)
{
SendClientMessage(playerid, COLOR_GRAD2, "Sorry, 1 ad every 50 seconds");
return 1;
}
Reply
#3

At the top of ur command: >>
pawn Код:
if(GetPVarInt(playerid, "CMDSpam") > GetTickCount()) return SendClientMessage(playerid, 0xFFFFFFFF, ">> Do not command-spam!");
SetPVarInt(playerid, "CMDSpam"), GetTickCount()+3000);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)