Filterscript into Gamemode
#3

Yes, very easy, Just open up the .pwn file of the speedometer with pawno.exe and copy and paste the script.
Example, i open up my Filterscript and it has this:
Quote:

TextDrawsShown[playerid] = false;
VHSCreated[playerid] = false;
LightRedHealthCreated[playerid] = false;
LightYellowSpeedCreated[playerid] = false;
}

And the Function is this:
Quote:

public OnPlayerConnect(playerid)
{

i Would go into my Gamemode file and Find the function:
Quote:

public OnPlayerConnect(playerid)
{

and paste the code:
Quote:

TextDrawsShown[playerid] = false;
VHSCreated[playerid] = false;
LightRedHealthCreated[playerid] = false;
LightYellowSpeedCreated[playerid] = false;
}

Do this for all the script, make sure the script is under its right function
Hope this helped its a bit confusing :P
Reply


Messages In This Thread
Filterscript into Gamemode - by xX4m4zingXx - 24.02.2013, 20:54
Re: Filterscript into Gamemode - by Misiur - 24.02.2013, 21:04
Re: Filterscript into Gamemode - by Lemonaidz - 25.02.2013, 01:10
Re: Filterscript into Gamemode - by xX4m4zingXx - 29.03.2013, 21:10

Forum Jump:


Users browsing this thread: 1 Guest(s)