Pickup expression has no effect warning.
#1

Whenever i create pickup, it shows this warning:
C:\Users\havoh\OneDrive\Desktop\samp\SERVERISS\gam emodes\U1.pwn(192) : warning 215: expression has no effect
C:\Users\havoh\OneDrive\Desktop\samp\SERVERISS\gam emodes\U1.pwn(193) : warning 215: expression has no effect

PHP Code:
new pickup[4];
public 
OnGameModeInit()
{
    
pickup[1] = CreatePickup(1239,23,-524.9501,-495.9060,25.5234,-1); //192
    
pickup[2] = CreatePickup(1239,23,-1826.8562,42.3279,15.1228,-1); //193
    
return 1;

What should I do?
Reply
#2

Single = to set a value.

It is double when comparing a value.
Reply
#3

thanks, didn't notice it my self. )
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)