lil' question about my "if" - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: lil' question about my "if" (
/showthread.php?tid=665123)
lil' question about my "if" -
Koreadars - 23.03.2019
Код:
#define UPDATE_COUNT 5
new pupdates[MAX_PLAYERS];
Код:
pupdates[playerid]++;
if(pupdates[playerid] > UPDATE_COUNT)
{
What did I do wrong?
Re: lil' question about my "if" -
SiaReyes - 23.03.2019
Are you sure it is exact line?
Can you provide few more codes related to it?
Re: lil' question about my "if" -
Koreadars - 23.03.2019
https://ctrlv.cz/OQiM
Re: lil' question about my "if" -
Koreadars - 23.03.2019
Someone?
Re: lil' question about my "if" -
Koreadars - 23.03.2019
found the problem
Re: lil' question about my "if" -
Koreadars - 23.03.2019
There was a missing bracket