If vehicle health is lower than 500 set player drunk level.
#2

pawn Код:
if(health >650)
Should be
pawn Код:
if(health < 650)
You also missed a bracket.
pawn Код:
if(health < 650)
{
SetPlayerDrunkLevel(playerid,50000);
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)