Quote:
Originally Posted by MarkNelson
i added the
Код:
new barrel;
and
new Float:BarrelX[MAX_PLAYERS], Float:BarrelY[MAX_PLAYERS], Float:BarrelZ[MAX_PLAYERS];
help please
|
you just ignored what i said
Quote:
Originally Posted by Sreyas
this warning comes when you give or assign value to a variable and never make use of it the code remove the variable or check if you missed its usage somewhere (if you dont want it now you can simply remove it or comment it)
|