weirdest thing i've seen
#1

Код:
C:\Program Files\Rockstar Games\GTA San Andreas\SA-MP SERVER\CityWideRP\gamemodes\cwrp.pwn(44042) : warning 203: symbol is never used: "GetPointDistanceToPointExMorph"
im getting this warning, when line 44042 doesnt exist and i searched
Код:
GetPointDistanceToPointExMorph
and found nothing, its like a ghost linehow can i get rid of this warning?
Reply
#2

Search in includes files and prefix the function with keyword "stock"
Reply
#3

This warning is on the last line, because it says, that it DOESN'T exist(that's why you couldn't find it).
My opinion is, that just ignore it.
Reply
#4

ill try what nubotron said and if that doesnt work ill just leave it, because it wont harm anything right?
Reply
#5

Quote:
Originally Posted by killar456
it wont harm anything right?
It shouldn't.
Reply
#6

Add 'stock' to your function decleration:

pawn Код:
stock GetPointDistanceToPointExMorph(........
It will not be included in the compile if it's not used then instead of giving you a warning about it not being used.
Reply
#7

Quote:
Originally Posted by ☮ DjSkCarrot ☼
This warning is on the last line, because it says, that it DOESN'T exist(that's why you couldn't find it).
My opinion is, that just ignore it.
No, it means he never used this varieble.
Reply
#8

Firstly its spelt Variable

Secondly its a function; not a variable.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)