Quote:
Originally Posted by TheToretto
PHP код:
CMD:yes(playerid) { if(pInfo[playerid][yes]) { CreatePlayerTD(playerid); pInfo[playerid][yes] = false; } else{ DeletePlayerTD(playerid); pInfo[playerid][yes] = true; } return 1; }
Fix the indentation, I'm on phone and I hope your variable is a boolean.
|
That's not what he was going for.