24.01.2012, 14:05
Sempre sou o 1 a comentar teus topics *_* '-' -q
@TOPIC
Se quiser + alguns ai tae '-'
@TOPIC
Se quiser + alguns ai tae '-'
pawn Код:
CMD:creu(playerid)
{
ApplyAnimation(playerid,"CHOPPA","CHOPPA_back",4.1,1,1,1,1,1);
return 1;
}
CMD:coзarovo(playerid)
{
ApplyAnimation(playerid,"MISC","Scratchballs_01",4.1,1,1,1,1,1);
return 1;
}
CMD:wave(playerid)
{
ApplyAnimation(playerid, "ON_LOOKERS", "wave_loop", 4.0, 1, 0, 0, 0, 0);
return 1;
}
CMD:punheta(playerid)
{
ApplyAnimation(playerid,"PAULNMAC", "wank_loop", 1.800001, 1, 0, 0, 1, 600);
return 1;
}
CMD:mijar(playerid)
{
SetPlayerSpecialAction(playerid, 68);
return 1;
}