12.07.2016, 21:06
PHP Code:
#include < a_samp >
#include < streamer > //https://sampforum.blast.hk/showthread.php?tid=102865
public OnFilterScriptInit()
{
AddStaticVehicleEx(modelid, Float:spawn_x, Float:spawn_y, Float:spawn_z, Float:angle, color1, color2, respawn_delay); //https://sampwiki.blast.hk/wiki/AddStaticVehicleEx
CreateDynamicObject // Incognito's Streamer Plugin / SA-MP AddStaticVehicleEx - convertffs.com
print("\n--------------------------------------");
print(" Mapps by FrAnKiN");
print("--------------------------------------\n");
return 1;
}
public OnFilterScriptExit()
{
return 1;
}