A little help here, urgent please - 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: A little help here, urgent please (
/showthread.php?tid=327731)
A little help here, urgent please -
Spooky - 22.03.2012
having one error
error 006: must be assigned to an array
pawn Код:
EventInfo[eHealth] = inputtext; //ERROR Line, Its a Float
Thanks in advance, And I am using enum for the event but I will not change it array please tell me any other way.
Re: A little help here, urgent please -
Roel - 22.03.2012
pawn Код:
EventInfo[eHealth] = floatstr(inputtext); //This should work.
Re: A little help here, urgent please -
Spooky - 22.03.2012
Thanks alot.
Dont SPAM this thread more I got the answer.
Rep+ for you