SA-MP Forums Archive
Anim, i need it! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Anim, i need it! (/showthread.php?tid=98083)



Anim, i need it! - AKA_Cross - 19.09.2009

Rage on GLRP

0:12

Whats the animation at 0:12, if anyone knows it, please tell me.


Re: Anim, i need it! - mmrk - 19.09.2009

It should be "/animriot 1"
Looking for it

pawn Code:
if(!strcmp(cmd, "/animriot", true))
{
if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
       
tmp = strtok(cmdtext, idx);
animid = strval(tmp);
if(!strlen(tmp)||animid < 1 || animid > 7)
{
SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animriot [1-7]");
return 1;
}
switch(animid)
{
case 1: ApplyAnimation(playerid,"RIOT","RIOT_ANGRY",4.1,0,1,1,1,1);
case 2: ApplyAnimation(playerid,"RIOT","RIOT_ANGRY_B",4.1,0,1,1,1,1);
case 3: ApplyAnimation(playerid,"RIOT","RIOT_challenge",4.1,0,1,1,1,1);
case 4: ApplyAnimation(playerid,"RIOT","RIOT_CHANT",4.1,0,1,1,1,1);
case 5: ApplyAnimation(playerid,"RIOT","RIOT_FUKU",4.1,0,1,1,1,1);
case 6: ApplyAnimation(playerid,"RIOT","RIOT_PUNCHES",4.1,0,1,1,1,1);
case 7: ApplyAnimation(playerid,"RIOT","RIOT_shout",4.1,0,1,1,1,1);
}
return 1;
}



Re: Anim, i need it! - ded - 19.09.2009

Quote:
Originally Posted by [VLV
Cross - (Venomous-VLV.com) ]
Rage on GLRP

0:12

Whats that Animnation i want it so bad :>, came from GL-RP if anyone know, please tell me.
[offtopic]Lol, nearly the worst roleplay I've ever seen in my entire tiime on SA:MP.

Guy got shot 3 times and ran around like a chicken shooting people still.[/offtopic]


Re: Anim, i need it! - AKA_Cross - 19.09.2009

Because its Light Roleplay and not Harsh Roleplay


Re: Anim, i need it! - ded - 19.09.2009

Quote:
Originally Posted by [VLV
Cross - (Venomous-VLV.com) ]
Kinda because, its Pvp not LS-RP.
Pvp?


Re: Anim, i need it! - AKA_Cross - 19.09.2009

Quote:
Originally Posted by -)(-
It should be "/animriot 1"
Looking for it

pawn Code:
if(!strcmp(cmd, "/animriot", true))
{
if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
       
tmp = strtok(cmdtext, idx);
animid = strval(tmp);
if(!strlen(tmp)||animid < 1 || animid > 7)
{
SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animriot [1-7]");
return 1;
}
switch(animid)
{
case 1: ApplyAnimation(playerid,"RIOT","RIOT_ANGRY",4.1,0,1,1,1,1);
case 2: ApplyAnimation(playerid,"RIOT","RIOT_ANGRY_B",4.1,0,1,1,1,1);
case 3: ApplyAnimation(playerid,"RIOT","RIOT_challenge",4.1,0,1,1,1,1);
case 4: ApplyAnimation(playerid,"RIOT","RIOT_CHANT",4.1,0,1,1,1,1);
case 5: ApplyAnimation(playerid,"RIOT","RIOT_FUKU",4.1,0,1,1,1,1);
case 6: ApplyAnimation(playerid,"RIOT","RIOT_PUNCHES",4.1,0,1,1,1,1);
case 7: ApplyAnimation(playerid,"RIOT","RIOT_shout",4.1,0,1,1,1,1);
}
return 1;
}
Thanks!