SA-MP Forums Archive
[Ajuda] bug no gm - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] bug no gm (/showthread.php?tid=492413)



bug no gm - Duduloch - 03.02.2014

gente, quando tento compilar dб o seguinte warning:

(3697) : warning 203: symbol is never used: "randomex"

mas o fato й que randomex estб sendo sim utilizado,

pawn Код:
stock randomEx(minnum = cellmin, maxnum = cellmax)
return random(maxnum - minnum + 1) + minnum;



Re: bug no gm - Duduloch - 03.02.2014

Resolvido!