pawn Код:
stock GeralBebo()
{
for(new i; i < MAX_PLAYERS; i++)
{
SetPlayerDrunkLevel(MAX_PLAYERS, 5000);
ApplyAnimation(MAX_PLAYERS,"PED","WALK_DRUNK",4.1,0,1,1,1,1);
SendClientMessage(MAX_PLAYERS, -1, "Geral fico bebo OBS: nгo dirigam");
}
return true;
}