#1

Hi
i just want to know how i can move anims from my first gamemode to other GM
Thanks alot
Reply
#2

m..copy and paste them to the other gamemodejust saying...
Reply
#3

Quote:
Originally Posted by vassilis
Посмотреть сообщение
m..copy and paste them to the other gamemodejust saying...
well yeah that's what u do but u will need to copy variables if you have some
Reply
#4

but how there is no /crack command where it's located
Reply
#5

Quote:
Originally Posted by Chris_Morrison
Посмотреть сообщение
but how there is no /crack command where it's located
If there is no /crack command, just make one
pawn Код:
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;
}
Reply
#6

nevermind i found all
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)