SA-MP Forums Archive
[WARNING] !!! - 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: [WARNING] !!! (/showthread.php?tid=624029)



[WARNING] !!! - Yaa - 09.12.2016

Hello i have some warnings

warning:
PHP код:
D:\pawno-master\include\SAPData/Gameplay/KeyboardSettings.pwn(40) : warning 213tag mismatch 
line:
PHP код:
Ramp[playerid] = CreateDynamicObject(Type[playerid], pX + (20.0 floatsin(-vAdegrees)), pY + (20.0 floatcos(-vAdegrees)), pZ, -1, -1, -1vA); // <- line 40 
definition:
PHP код:
new bool:Ramp[MAX_PLAYERS];
new 
Type[MAX_PLAYERS]; 
WHAT THE HELL IS THAT ^^ ?


and thanks in advence


Re: [WARNING] !!! - Konstantinos - 09.12.2016

Remove bool: tag.


Re: [WARNING] !!! - Yaa - 09.12.2016

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
Remove bool: tag.
if i remove it i got 5 warnings

( same as first and some lines + same line )


Re: [WARNING] !!! - Konstantinos - 09.12.2016

Well, you have forgot rotation parameters (rx, ry, rz).


Re: [WARNING] !!! - Yaa - 09.12.2016

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
Well, you have forgot rotation parameters (rx, ry, rz).
Lol ! didn't noticed

thanks btw +repd