MySQL BlueG CMD unwarn
#5

PHP Code:
if(pInfo[i][pWarn] >= 0) return SendClientMessage(playerid, -1"The player has no warnings!"); 
Should be:

PHP Code:
if(pInfo[i][pWarn] == 0) return SendClientMessage(playerid, -1"The player has no warnings!"); 
https://sampwiki.blast.hk/wiki/Control_...ures#Operators
Reply


Messages In This Thread
MySQL BlueG CMD unwarn - by KamilPolska - 22.12.2018, 22:43
Re: MySQL BlueG CMD unwarn - by zerruv - 22.12.2018, 23:36
Re: MySQL BlueG CMD unwarn - by KamilPolska - 23.12.2018, 10:38
Re: MySQL BlueG CMD unwarn - by KamilPolska - 23.12.2018, 20:00
Re: MySQL BlueG CMD unwarn - by Tenka - 24.12.2018, 07:47
Re: MySQL BlueG CMD unwarn - by KamilPolska - 24.12.2018, 17:44

Forum Jump:


Users browsing this thread: 1 Guest(s)