Salut, Am o problema la server. Am incercat sa bag masini prin {id,x,z,y,a,c1,c1} dar nu imi porneste sv de la faza asta. daca il scot porneste.... Server_Log
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3c, (C)2005-2010 SA-MP Team
[18:38:09]
[18:38:09] Server Plugins
[18:38:09] --------------
[18:38:09] Loaded 0 plugins.
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3c, (C)2005-2010 SA-MP Team
[18:38:09]
[18:38:09] Server Plugins
[18:38:09] --------------
[18:38:09] Loaded 0 plugins.
[18:38:09]
[18:38:10]
[18:38:10] Filter Scripts
[18:38:10] Filter Scripts
[18:38:10] ---------------
[18:38:10] Loading filter script 'weapons.amx'...
[18:38:10] * WeaponHolder - Loaded successfully!
[18:38:10] Loading filter script 'pd.amx'...
[18:38:10] Unable to load filter script 'pd.amx'.
[18:38:10] ---------------
[18:38:10] Loading filter script 'weapons.amx'...
[18:38:10] * WeaponHolder - Loaded successfully!
[18:38:10] Loading filter script 'pd.amx'...
[18:38:10] Unable to load filter script 'pd.amx'.
[18:38:10] Loaded 1 filter scripts.
[18:38:10] Loaded 1 filter scripts.
Funcita
enum eCars
{
model_id,
Float:pos_x,
Float:pos_y,
Float:pos_z,
Float:z_angle,
carcolor1,
carcolor2,
};
new CarSpawns[90][eCars] = {
{562,-314.8085,1515.3475,75.0552,0.4005,21,63}, // drift1
{562,-317.9107,1515.4402,75.0573,0.0323,21,63} // drift1
};
//si la OnGameMode
for(new h = 0; h < sizeof(CarSpawns)
{
AddStaticVehicleEx(CarSpawns[h][model_id], CarSpawns[h][pos_x], CarSpawns[h][pos_y], CarSpawns[h][pos_z], CarSpawns[h][z_angle], CarSpawns[h][carcolor1], CarSpawns[h][carcolor2], 60000);
}
cum fac sa mearga?