26.12.2010, 01:32
You will need to change 1 of the floats then
thats whats causing most of the warnings.
these warnings mean you have two of the same type of varabiles, e.g 2 floats.
thats whats causing most of the warnings.
these warnings mean you have two of the same type of varabiles, e.g 2 floats.
pawn Код:
C:\Documents and Settings\Karl\Desktop\Mirage Gaming Roleplay\gamemodes\MRP.pwn(1582) : warning 219: local variable "X" shadows a variable at a preceding level
C:\Documents and Settings\Karl\Desktop\Mirage Gaming Roleplay\gamemodes\MRP.pwn(1582) : warning 219: local variable "Y" shadows a variable at a preceding level
C:\Documents and Settings\Karl\Desktop\Mirage Gaming Roleplay\gamemodes\MRP.pwn(1582) : warning 219: local variable "Z" shadows a variable at a preceding level