[Tutorial] Uso De GetTickCount
#4

Ya entendн, usado por ejemplo en cmds q debes usar cada cierto tiempo ><
Aunque el flood del chat uso esta simple funciуn mбs efectiva en OnPlayerText xD

Код:
static LastText[MAX_PLAYERS][128];
if(strfind(LastText[playerid], text, false) != -1) return SendClientMessage(playerid, COLOR_WHITE, "[INFO]: NO te repitas! [Flood]"), 0;
strmid(LastText[playerid], text, 0, strlen(text), sizeof(LastText[]));
Reply


Messages In This Thread
Uso De GetTickCount - by Shiny_David - 08.07.2012, 02:57
Respuesta: Uso De GetTickCount - by dannypanda05 - 08.07.2012, 15:43
Respuesta: Uso De GetTickCount - by Shiny_David - 08.07.2012, 16:18
Respuesta: Uso De GetTickCount - by dannypanda05 - 08.07.2012, 16:51
Respuesta: Uso De GetTickCount - by Shiny_David - 08.07.2012, 16:58
Respuesta: Uso De GetTickCount - by dannypanda05 - 09.07.2012, 01:15
Respuesta: Uso De GetTickCount - by Shiny_David - 09.07.2012, 04:16
Respuesta: Uso De GetTickCount - by Matyaas - 09.07.2012, 20:01
Respuesta: Uso De GetTickCount - by Shiny_David - 09.07.2012, 23:09
Respuesta: Uso De GetTickCount - by CaptainMactavish - 18.07.2012, 03:15

Forum Jump:


Users browsing this thread: 2 Guest(s)