Frontfall
#6

pawn Код:
CMD:test(playerid, params[]) {
new animlib[64], animname[64];
if(sscanf(params, "s[64]s[64]", animlib, animname)) return SendClientMessage(playerid, -1, "USAGE: /test <animlib> <animname>");
ApplyAnimation(playerid, animlib, animname, 4.1, 1, 1, 1, 1, 1, 1);
return 1;
}
Reply


Messages In This Thread
Frontfall - by GoldenLion - 31.03.2016, 16:28
Re: Frontfall - by introzen - 31.03.2016, 16:43
Re: Frontfall - by GoldenLion - 31.03.2016, 17:25
Re: Frontfall - by introzen - 31.03.2016, 17:29
Re: Frontfall - by GoldenLion - 31.03.2016, 18:08
Re: Frontfall - by introzen - 31.03.2016, 18:19
Re: Frontfall - by GoldenLion - 01.04.2016, 13:57

Forum Jump:


Users browsing this thread: 1 Guest(s)