Trying to make a toggle phone system
#5

Thanks Random for your correction, it's good now. Could you also help me out with getting rid of those warnings?

Код:
C:\Users\iSoomro\Desktop\TwD!!!\gamemodes\twdrp.pwn(4746) : warning 211: possibly unintended assignment
C:\Users\iSoomro\Desktop\TwD!!!\gamemodes\twdrp.pwn(4775) : warning 211: possibly unintended assignment
C:\Users\iSoomro\Desktop\TwD!!!\gamemodes\twdrp.pwn(4804) : warning 211: possibly unintended assignment
C:\Users\iSoomro\Desktop\TwD!!!\gamemodes\twdrp.pwn(4821) : warning 211: possibly unintended assignment
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Warnings.

Line 4746

pawn Код:
if(PhoneOn[playerid] = false) return SendClientMessage(playerid,COLOR_GREY,"Your phone is turned off!");
Line 4775

pawn Код:
if(PhoneOn[playerid] = false) return SendClientMessage(playerid,COLOR_GREY, "Your phone is turned off!");
Line 4804
pawn Код:
if(PhoneOn[playerid] = false) return SendClientMessage(playerid,COLOR_GREY,"You're phone is turned off.");

Line 4821
pawn Код:
if(PhoneOn[playerid] = false) return SendClientMessage(playerid,COLOR_GREY,"You're phone is turned off.");
Reply


Messages In This Thread
Trying to make a toggle phone system - by Goldilox - 08.06.2013, 19:53
Re: Trying to make a toggle phone system - by mastermax7777 - 08.06.2013, 19:54
Re: Trying to make a toggle phone system - by Goldilox - 08.06.2013, 19:56
Re: Trying to make a toggle phone system - by random123 - 08.06.2013, 20:06
Re: Trying to make a toggle phone system - by Goldilox - 08.06.2013, 20:53
Re: Trying to make a toggle phone system - by DobbysGamertag - 08.06.2013, 20:55
Re: Trying to make a toggle phone system - by Goldilox - 08.06.2013, 21:39

Forum Jump:


Users browsing this thread: 2 Guest(s)