10.03.2012, 10:25
I feel stupid right now... but what is wrong with this?
Error:
And yes I have forwarded it
and the error line is:
Код:
new Float:RandomTime[][4] = { {12.00}, {17.00}, {20.00}, {01.00} }; public Time() { SetPlayerTime(RandomTime); return 1; }
Код:
H:\Pawno\pawno\LS.pwn(1018) : error 035: argument type mismatch (argument 1) Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
and the error line is:
Код:
SetPlayerTime(RandomTime);