warning 215: expression has no effect
#1

I'm having a little problem here, I'm not sure how to fix this error. I'll post the lines that have the following error in order:

PHP код:
C:\Users\Ryan\Desktop\SA-MP 0.3z\gamemodes\csrp6.pwn(70288) : warning 215expression has no effect
C
:\Users\Ryan\Desktop\SA-MP 0.3z\gamemodes\csrp6.pwn(70322) : warning 215expression has no effect
C
:\Users\Ryan\Desktop\SA-MP 0.3z\gamemodes\csrp6.pwn(73822) : warning 215expression has no effect 
70288:
PHP код:
Get3DZone(carPos[0], carPos[1], carPos[2], zonesizeof(zone)); 
70322:
PHP код:
Get3DZone(carPos[0], carPos[1], carPos[2], zonesizeof(zone)); 
73822:
PHP код:
Get3DZone(XYZzonesizeof(zone)); 
Reply
#2

Anyone? -.-'
Reply
#3

Try changing sizeof(zone) too variable 70

EDIT: If this doesn't work, what is your zone variable?
Reply
#4

I don't understand what you mean, could you provide an example?
Reply
#5

pawn Код:
Get3DZone(X, Y, Z, zone, sizeof(zone));
change too

pawn Код:
Get3DZone(X, Y, Z, zone, 70);
You shouldn't get any error's then.

EDIT: What is your zone define?
Reply
#6

I did that and it got rid of my remaining error, but I still have the same warnings.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)