27.05.2017, 15:32
Quote:
PHP код:
if(!strcmp(cmd, "/morrer", true))
{
if(!strlen(tmp))
{
SendClientMessage(playerid, COR_ERRO, "Uso vбlido: /Morrer [sim/nao]");
return 1;
}
else if(!strcmp(tmp, "sim", true))
{
//Funзгo
return 1;
}
else if(!strcmp(tmp, "nao", true))
{
//Funзгo
}
return 1;
}