25.05.2009, 13:45
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 !!!
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 !!!