30.10.2015, 23:31
Buenas gente de samp forum tengo el siguiente problemita haber si alguien puede ayudarme, tengo las siguientes animaciones en comandos y cuando las utilizo crashean el juego (mi gta)
eh visto estas anims funcionar en otros servidores que ya no existen pd: no es mi gta lo reinstale....
if(!strcmp(cmdtext,"/NA",true))
{
ApplyAnimation(playerid, "GRANADE", "WEAPON_START_THROW", 4.1, 1, 1, 1, 1, 1);
return 1;
}
if(!strcmp(cmdtext,"/GRA",true))
{
ApplyAnimation(playerid, "GRANADE", "WEAPON_THROWU", 4.1, 1, 1, 1, 1, 1);
return 1;
}
eh visto estas anims funcionar en otros servidores que ya no existen pd: no es mi gta lo reinstale....if(!strcmp(cmdtext,"/NA",true))
{
ApplyAnimation(playerid, "GRANADE", "WEAPON_START_THROW", 4.1, 1, 1, 1, 1, 1);
return 1;
}
if(!strcmp(cmdtext,"/GRA",true))
{
ApplyAnimation(playerid, "GRANADE", "WEAPON_THROWU", 4.1, 1, 1, 1, 1, 1);
return 1;
}

