Quote:
Originally Posted by Misael
tem como explicar?
|
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/tartaruga", cmdtext, true, 10) == 0)
{
SendClientMessage(playerid,-1, "vocк adcionou a tartaruga em sua cabeзa");
if(aInfo[playerid][Admin] == 1 || aInfo[playerid][Moderador] == 1 || aInfo[playerid][Ajudante] == 1)
#else
SendClientMessage(playerid,-1, "Vocк nгo tem permissгo!");
#endif
Cada chave й um bracket. Neste cуdigo vocк vк que foram abertos e nгo foram fechados. Portanto, ficaria da seguinte forma:
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/tartaruga", cmdtext, true, 10) == 0)
{
SendClientMessage(playerid,-1, "vocк adcionou a tartaruga em sua cabeзa");
if(aInfo[playerid][Admin] == 1 || aInfo[playerid][Moderador] == 1 || aInfo[playerid][Ajudante] == 1)
#else
SendClientMessage(playerid,-1, "Vocк nгo tem permissгo!");
#endif
}
return 0;
}
Ps: nгo foi revisado a efetividade do cуdigo, e sim os brackets.
Em caso de dъvidas, utilize o tabulador do IpsBruno.