25.02.2013, 01:10
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:
And the Function is this:
i Would go into my Gamemode file and Find the function:
and paste the code:
Do this for all the script, make sure the script is under its right function
Hope this helped its a bit confusing :P
Example, i open up my Filterscript and it has this:
Quote:
TextDrawsShown[playerid] = false; VHSCreated[playerid] = false; LightRedHealthCreated[playerid] = false; LightYellowSpeedCreated[playerid] = false; } |
Quote:
public OnPlayerConnect(playerid) { |
Quote:
public OnPlayerConnect(playerid) { |
Quote:
TextDrawsShown[playerid] = false; VHSCreated[playerid] = false; LightRedHealthCreated[playerid] = false; LightYellowSpeedCreated[playerid] = false; } |
Hope this helped its a bit confusing :P