Can Anyone Tell Me How To Fix This Proplem ??? Please
#5

Quote:
Originally Posted by [ND]xXZeusXx.
Посмотреть сообщение
just warnings
Quote:
Originally Posted by yvoms
Посмотреть сообщение
just warnings
Can I slap anyone who says "just warnings"? Warnings describes situations that are syntactically correct but logically wrong and YES, they can and will affect the gamemode and can lead to serious bugs. Consider this piece of code:

PHP код:
if(PlayerInfo[playerid][pAdmin] = 5
That will give an unintended assignment warning. But if you choose to ignore it ("because it's just a warning") then you will have a very serious privilege escalation bug, because that player's admin level gets set to 5 regardless of anything else.
Reply


Messages In This Thread
Can Anyone Tell Me How To Fix This Proplem ??? Please - by Johnz - 10.11.2015, 18:37
Re: Can Anyone Tell Me How To Fix This Proplem ??? Please - by Ritzy2K - 10.11.2015, 18:41
Re: Can Anyone Tell Me How To Fix This Proplem ??? Please - by yvoms - 10.11.2015, 18:43
Re: Can Anyone Tell Me How To Fix This Proplem ??? Please - by Johnz - 10.11.2015, 18:43
Re: Can Anyone Tell Me How To Fix This Proplem ??? Please - by Vince - 10.11.2015, 19:10

Forum Jump:


Users browsing this thread: 2 Guest(s)