Help with warning
#3

Like the warning said: expression has NO effect.

This
pawn Код:
new Heroin[MAX_PLAYERS];
should be a global variable.

This
pawn Код:
Heroin[playerid];
does nothing. You can only assign a value or check a value with.
Reply


Messages In This Thread
Help with warning - by kaloqn54 - 28.07.2013, 10:05
Respuesta: Help with warning - by Xabi - 28.07.2013, 10:07
Re: Help with warning - by Konstantinos - 28.07.2013, 10:14
Re: Help with warning - by ToiletDuck - 28.07.2013, 10:54

Forum Jump:


Users browsing this thread: 1 Guest(s)