14.12.2013, 04:55
Aqui estб a linha:
PHP Code:
if(strcmp(cmd, "/dancar3", true) == 0) {if(noevento[playerid] == 1){
SendClientMessage(playerid, Vermelho, "[ERRO] Vocк nгo pode usar Animes no Evento!");
return 1 ;
}
if(GetPlayerState(playerid) == PLAYER_STATE_ONFOOT) {
GameTextForPlayer(playerid, "~r~/parar", 8000, 1);
SetPlayerSpecialAction (playerid, SPECIAL_ACTION_DANCE3);
anim[playerid] = 1;
return 1;
}
}