public OnPlayerCommandText(playerid, cmdtext[]) if (strcmp("/curar", cmdtext, true, 10) == 0) { SetPlayerHealth(playerid, 100); SendClientMessage(playerid, COR_LARANJA, "Vocк foi curado"); } if (strcmp("/comandos", cmdtext, true, 10) == 0) { SendClientMessage(playerid, COR_LARANJA, "/ajuda : Mostra a ajuda do jogo"); SendClientMessage(playerid, COR_LARANJA, "/count [Nъmero] : Comeзa a contagem regressiva"); SendClientMessage(playerid, COR_LARANJA, "/animlist : Mostra uma lista de animaзхes"); SendClientMessage(playerid, COR_LARANJA, "/suicidar : Se suicida (caso vocк caia na бgua)"; SendClientMessage(playerid, COR_LARANJA, "/labguia : Mostra o guia do Labirinto do Pombo"); } if (strcmp("/ajuda", cmdtext, true, 10) == 0) { SendClientMessage(playerid, COR_LARANJA, "O objetivo do jogo й chegar no final do percurso. Boa sorte!"); } if(strcmp("/suicidar", cmdtext, true) == 0) { SetPlayerHealth(playerid, 0); SendClientMessage(playerid, COR_VERMELHA,"Vocк se matou! LOL, tб tгo foda assim?"); } if(strcmp("/labguia", cmdtext, true) == 0) { SendClientMessage(playerid, COR_VERMELHA,"Use sempre o guia da mгo esquerda. (Siga sempre a sua mгo esquerda)"); return 1; }
}
if (strcmp("/curar", cmdtext, true, 10) == 0)
{
SetPlayerHealth(playerid, 100);
SendClientMessage(playerid, COR_LARANJA, "Vocк foi curado");
return 1;
}
if (strcmp("/comandos", cmdtext, true, 10) == 0)
{
SendClientMessage(playerid, COR_LARANJA, "/ajuda : Mostra a ajuda do jogo");
SendClientMessage(playerid, COR_LARANJA, "/count [Nъmero] : Comeзa a contagem regressiva");
SendClientMessage(playerid, COR_LARANJA, "/animlist : Mostra uma lista de animaзхes");
SendClientMessage(playerid, COR_LARANJA, "/suicidar : Se suicida (caso vocк caia na бgua)";
SendClientMessage(playerid, COR_LARANJA, "/labguia : Mostra o guia do Labirinto do Pombo");
return 1;
}
public OnPlayerCommandText(playerid, cmdtext[])
if (strcmp("/curar", cmdtext, true, 10) == 0)
{
SetPlayerHealth(playerid, 100);
SendClientMessage(playerid, COR_LARANJA, "Vocк foi curado");
return 1;
}
if (strcmp("/comandos", cmdtext, true, 10) == 0)
{
SendClientMessage(playerid, COR_LARANJA, "/ajuda : Mostra a ajuda do jogo");
SendClientMessage(playerid, COR_LARANJA, "/count [Nъmero] : Comeзa a contagem regressiva");
SendClientMessage(playerid, COR_LARANJA, "/animlist : Mostra uma lista de animaзхes");
SendClientMessage(playerid, COR_LARANJA, "/suicidar : Se suicida (caso vocк caia na бgua)";
SendClientMessage(playerid, COR_LARANJA, "/labguia : Mostra o guia do Labirinto do Pombo");
return 1;
}
if (strcmp("/ajuda", cmdtext, true, 10) == 0)
{
SendClientMessage(playerid, COR_LARANJA, "O objetivo do jogo й chegar no final do percurso. Boa sorte!");
return 1;
}
if(strcmp("/suicidar", cmdtext, true) == 0)
{
SetPlayerHealth(playerid, 0);
SendClientMessage(playerid, COR_VERMELHA,"Vocк se matou! LOL, tб tгo foda assim?");
return 1;
}
if(strcmp("/labguia", cmdtext, true) == 0)
{
SendClientMessage(playerid, COR_VERMELHA,"Use sempre o guia da mгo esquerda. (Siga sempre a sua mгo esquerda)");
return 1;
}
if(strcmp(cmdtext, "/comando", true) == 0)
{
//funзгo aqui
return 1;
}
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp(cmdtext,"/curar", true) == 0)
{
SetPlayerHealth(playerid, 100);
SendClientMessage(playerid, COR_LARANJA, "Vocк foi curado");
return 1;
}
if (strcmp(cmdtext,"/comandos", true) == 0)
{
SendClientMessage(playerid, COR_LARANJA, "/ajuda : Mostra a ajuda do jogo");
SendClientMessage(playerid, COR_LARANJA, "/count [Nъmero] : Comeзa a contagem regressiva");
SendClientMessage(playerid, COR_LARANJA, "/animlist : Mostra uma lista de animaзхes");
SendClientMessage(playerid, COR_LARANJA, "/suicidar : Se suicida (caso vocк caia na бgua)";
SendClientMessage(playerid, COR_LARANJA, "/labguia : Mostra o guia do Labirinto do Pombo");
return 1;
}
if (strcmp(cmdtext,"/ajuda", true) == 0)
{
SendClientMessage(playerid, COR_LARANJA, "O objetivo do jogo й chegar no final do percurso. Boa sorte!");
return 1;
}
if(strcmp(cmdtext,"/suicidar", true) == 0)
{
SetPlayerHealth(playerid, 0);
SendClientMessage(playerid, COR_VERMELHA,"Vocк se matou! LOL, tб tгo foda assim?");
return 1;
}
if(strcmp(cmdtext,"/labguia", true) == 0)
{
SendClientMessage(playerid, COR_VERMELHA,"Use sempre o guia da mгo esquerda. (Siga sempre a sua mгo esquerda)");
return 1;
}
}
LOL Cara, vocк esqueceu de abrir a chave na stock!
pawn Код:
![]() |