Oh lawd
#10

Quote:
Originally Posted by JeNkStAX
Sorry for the double post

Quote:
Originally Posted by OmeRinG
pawn Код:
#include <a_samp>
#pragma tabsize 0
new SlideNum[MAX_PLAYERS],Slider;forward Slide(playerid);public OnFilterScriptInit(){print("\n--------------------------------------");print("       SWAT Heli       ");print("      RRP SWAT Slide      ");print("  By: Michael_Sandrino[Tanner]    ");print("--------------------------------------\n");return 1;}public OnPlayerConnect(playerid){SlideNum[playerid]=0;return 1;}public OnPlayerExitVehicle(playerid,vehicleid){
ApplyAnimation(playerid,"SWAT", "swt_wllpk_R_back",4.0,0,1,1,1,0);SlideNum[playerid]=1;Slider=SetTimerEx("Slide",100,0,"i",playerid);return 1;}public Slide(playerid){new Float:x,Float:y,Float:z;GetPlayerPos(playerid,x,y,z);switch(SlideNum[playerid]){case 1..39:{SetPlayerPos(playerid,x,y,z-0.25);SlideNum[playerid]++;}case 40:{SetPlayerPos(playerid,x,y,z-0.25);KillTimer(Slider);ClearAnimations(playerid);SlideNum[playerid]=0;}}return 1;}
I cant believe you actually suggested that
I didn't I just found out that it's possible and it looks really weird :0
Reply


Messages In This Thread
Oh lawd - by Tannz0rz - 18.04.2009, 17:12
Re: Oh lawd - by Castle - 18.04.2009, 17:15
Re: Oh lawd - by Joe Staff - 18.04.2009, 17:16
Re: Oh lawd - by Tannz0rz - 18.04.2009, 17:21
Re: Oh lawd - by OmeRinG - 18.04.2009, 17:54
Re: Oh lawd - by ICECOLDKILLAK8 - 18.04.2009, 18:00
Re: Oh lawd - by Tannz0rz - 18.04.2009, 18:59
Re: Oh lawd - by ICECOLDKILLAK8 - 18.04.2009, 19:03
Re: Oh lawd - by ICECOLDKILLAK8 - 18.04.2009, 19:13
Re: Oh lawd - by OmeRinG - 18.04.2009, 19:20

Forum Jump:


Users browsing this thread: 4 Guest(s)