T-Animations system -
[BP]Tony - 18.03.2012
Hello,i made Animations system and i want to share it with you.
●Commands
PHP код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/anims", cmdtext, true, 10) == 0)
{
SendClientMessage(playerid, COLOR_BLUE, "/relax | /scared | /sick | /wave | /spank | /taichi | /crossarms |");
SendClientMessage(playerid, COLOR_BLUE, "/wank | /kiss | /talk | /fucku | /cocaine | /rocky | /sit | /smoke |");
SendClientMessage(playerid, COLOR_BLUE, "/beach | /lookout | /circle | /medic | /chat | /die | /slapa | /rofl |");
SendClientMessage(playerid, COLOR_BLUE, "/glitched | /fakefire | /bomb | /robman | /handsup | /piss |");
SendClientMessage(playerid, COLOR_BLUE, "/getin | /skate | /cover | /fart | /vomit | /drunk | /bj1 | /bj2 | /bj3");
SendClientMessage(playerid, COLOR_BLUE, "/funnywalk | /kickass | /cell | /laugh | /eat | /injured |");
SendClientMessage(playerid, COLOR_BLUE, "/slapass | /laydown | /arrest | /laugh | /eat | /carjack | /strip | /strip2");
SendClientMessage(playerid, COLOR_BLUE, "/animswat | /animswat1 | /animswat2 | /animswat3 | /animswat4 | /animswat5");
SendClientMessage(playerid, COLOR_BLUE, "/animswat6 | /strip3 | /strip4 | /strip5 | /baseball | /baseball2");
return 1;
}
●
To see how it works Join here:46.10.48.136:7777
●
How to install it?
Copy the pastebin.Open Pawno.Delete everything.And paste that you copyed.
●Bugs: If you see bugs please Say to me
●Download
Re: T-Animations system -
Blunt - 18.03.2012
I doubt you made this.
You can't even spell "animantion" right.
Re: T-Animations system -
[BP]Tony - 18.03.2012
Dude,if you don't like my work go way,and what i wrote wrong ?(animations) ?
Re: T-Animations system -
Neo_ - 18.03.2012
good job Tony !
Re: T-Animations system -
[BP]Tony - 21.03.2012
Thank you
Re: T-Animations system -
captainjohn - 21.03.2012
Quote:
Originally Posted by [BP]Tony
Dude,if you don't like my work go way,and what i wrote wrong ?(animations) ?
|
You spelt it wrong at the top of this thread.
Quote:
Hello,i made animantion system and i want to share it with you.
|
Anyway, there's nothing wrong with that, we all make spelling mistakes.
Nice FilterScript.
Re: T-Animations system -
Hansolue - 21.03.2012
Guy is jerk.Nice script
Re: T-Animations system -
Blunt - 21.03.2012
Sorry for my pathetic attitude to you the other day, this is a nice script.
Re: T-Animations system -
[BP]Tony - 22.03.2012
You mean T before all oh.
Thats my tag T-Tony

Thanks all.
Re: T-Animations system -
Ewwe - 22.03.2012
You created 30 commands ... You king ... Great Work (irony)
Re: T-Animations system -
petrolhead - 22.03.2012
same /anims like Flakes anim system
Re: T-Animations system -
[BP]Tony - 28.03.2012
Damn i saw it tnx
Re: T-Animations system -
sienal - 16.04.2012
is it just me when you do /crossarms it /wanks? but good job bro
Re: T-Animations system -
[HB]Billaboi - 16.04.2012
Nice work keep it up
Re: T-Animations system -
lordturhan - 16.04.2012
Can you make a zcmd version?
Re: T-Animations system -
Kasra - 26.04.2012
how can exit an animation
Re: T-Animations system -
Gider - 26.04.2012
Lol ; o, you can do mysql database, one loading and one command.
Re: T-Animations system -
davve95 - 26.04.2012
Maybe gonna use it

.
Re: T-Animations system -
(SC)=Sky= - 26.04.2012
Yeah nice gm but you could add more commands
Re: T-Animations system -
[FSaF]Jarno - 09.05.2012
I spotted a fail in "crossarms":
Quote:
else if (strcmp(cmdtext, "/crossarms", true)==0)
{
if (GetPlayerState(playerid)== 1)
{
ApplyAnimation(playerid,"PAULNMAC", "wank_loop", 1.800001, 1, 0, 0, 1, 600);
}
return 1;
}
|