warning 215: expression has no effect
#7

Quote:
Originally Posted by v1k1nG
Посмотреть сообщение
It's better to explain how to solve a problem rather than just giving (very simple) 2 code lines to act pro and get Rep.
If you know how to fix it, explain it too.
Lol I'm not here to get rep since i know him for a long time. Anyhow he can simply use else condition to check whether Godmode is on or off.
Example:
Код:
if(god[pID] == 0)
{
   printf("God is OFF");
}
else if(god[pID] == 1)
{
  printf("God is ON");
}
Reply


Messages In This Thread
warning 215: expression has no effect - by ZigGamerx - 14.10.2018, 18:39
Re: warning 215: expression has no effect - by Chyakka - 14.10.2018, 18:46
Re: warning 215: expression has no effect - by KinderClans - 14.10.2018, 18:59
Re: warning 215: expression has no effect - by DaniceMcHarley - 14.10.2018, 19:03
Re: warning 215: expression has no effect - by UFF - 15.10.2018, 05:28
Re: warning 215: expression has no effect - by v1k1nG - 15.10.2018, 08:44
Re: warning 215: expression has no effect - by UFF - 15.10.2018, 12:21

Forum Jump:


Users browsing this thread: 3 Guest(s)