AVS problem,
#1

i get these warnings when compiling AVS (mademen)

575) : warning 202: number of arguments does not match definition
1310) : warning 202: number of arguments does not match definition

thx in advance

These are the lines:
PHP код:
            dist IsPlayerInRangeOfPoint(playeridxyz);
            
dist IsPlayerInRangeOfPoint(playeridxyz); 
Reply
#2

You forgot to add the range between "playerid" and "x"
pawn Код:
IsPlayerInRangeOfPoint(playerid, range, x, y, z);
Reply
#3

pawn Код:
dist = IsPlayerInRangeOfPoint(playerid,range,x, y, z);
            dist = IsPlayerInRangeOfPoint(playerid,range,x, y, z);
range is also radios
for ex. - Is player in a range of 50 from 0,0,0.If he is,it will return 1,if not,it will return 0
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)