26.09.2011, 16:19
Hi
i just want to know how i can move anims from my first gamemode to other GM
Thanks alot
i just want to know how i can move anims from my first gamemode to other GM
Thanks alot
public OnPlayerCommandText(playerid, cmdtext[])
{
new cmd[256];
new idx;
new dancestyle;
cmd = strtok(cmdtext, idx);
// Crack Dieing
if (strcmp("/crack", cmdtext, true, 6) == 0) {
LoopingAnim(playerid, "CRACK", "crckdeth2", 4.0, 1, 0, 0, 0, 0); // Dieing of Crack
return 1;
}