26.04.2018, 11:08
vocк precisa condicionar, enviando a outra messagem somente se a condiзгo de owner nгo for satisfeita.
https://sampforum.blast.hk/showthread.php?tid=467770
exemplo:
https://sampforum.blast.hk/showthread.php?tid=467770
exemplo:
PHP код:
if(PlayerInfo[playerid][Level] >= 6)
{
// manda msg de owner
}
else
{
//se nгo manda msg normal
}