1
Support / Re: My scripts not coming on internet list?
« on: July 01, 2011, 03:50:04 am »Quote
...that blocks it from being broadcast outside the LAN. Meaning no one else can get in.
oh
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
...that blocks it from being broadcast outside the LAN. Meaning no one else can get in.
public OnGameModeInit() //Example
{
AddStaticVehicle(150, -1343.22204589, 1494.09130859, 298.59179687, 12, 13);
return 1;
}
public OnGameModeInit()
{
AddStaticVehicle(modelid, Float:spawn_x, Float:spawn_y, Float:spawn_z, Float:z_angle, color1, color2);
return 1;
}