Tuned car filter script problem !
#1

Ok let me explain so ... I want to make a filterscript with tuned cars that i want to add to my gamemode . So i made the filterscript but the does not appear on the game ! can you tell me what's wrong !?!?! . I repeat the car does not appear on the game !
P.S i added my tuned car to my gamemode and it worked !!! but on filter script idk why not .... So here is :



#include <a_samp>

new sultan;

#define FILTERSCRIPT

main ()
{
}

public OnFilterScriptInit ()
{

return 1;
}

public OnGameModeInit ()
{

sultan=AddStaticVehicle(560,-3313.4915,180.1768,4.0198,180.3597,0,0);
AddVehicleComponent(sultan,1010);

return 1;
}

Answer as fast as you can tks ! and explan what's wrong please !!!
Reply


Messages In This Thread
Tuned car filter script problem ! - by Kirchhoff - 25.05.2009, 13:45
Re: Tuned car filter script problem ! - by Klutty - 25.05.2009, 13:47
Re: Tuned car filter script problem ! - by Kirchhoff - 25.05.2009, 13:49
Re: Tuned car filter script problem ! - by Weirdosport - 25.05.2009, 13:52
Re: Tuned car filter script problem ! - by Kirchhoff - 25.05.2009, 13:55
Re: Tuned car filter script problem ! - by Kirchhoff - 25.05.2009, 13:56
Re: Tuned car filter script problem ! - by Weirdosport - 25.05.2009, 13:57
Re: Tuned car filter script problem ! - by Kirchhoff - 25.05.2009, 13:57
Re: Tuned car filter script problem ! - by Weirdosport - 25.05.2009, 13:59
Re: Tuned car filter script problem ! - by Kirchhoff - 25.05.2009, 14:02

Forum Jump:


Users browsing this thread: 1 Guest(s)