SA-MP Forums Archive
problem: Uhm...radiation of a nuke - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: problem: Uhm...radiation of a nuke (/showthread.php?tid=150503)



problem: Uhm...radiation of a nuke - Micko9 - 26.05.2010

i made the
pawn Код:
new Nuked[50][50][50];
well i want that i can set in the [] a float like
pawn Код:
if (Nuked[X][Y][Z] == 1)
is there any way to do that?


Re: problem: Uhm...radiation of a nuke - ¤Adas¤ - 26.05.2010

Float can not be in the index. If you really want, use floatround.


Re: problem: Uhm...radiation of a nuke - Micko9 - 26.05.2010

Quote:
Originally Posted by ¤Adas¤
Float can not be in the index. If you really want, use floatround.
can you show the code exactly?