10.04.2015, 09:46
I will die when I hit in the ground, lmao..
what's the problem?
what's the problem?
PHP код:
CMD:slide(playerid, params[])
{
if(!IsAARMY(playerid)) return SendClientMessage(playerid, COLOR_GREY, "You aren't a Army member to use this command.");
ApplyAnimation(playerid,"ped","abseil",4.0,0,0,0,1,0);
return 1;
}