Vehciles Problem Pls Help - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Vehciles Problem Pls Help (
/showthread.php?tid=295682)
Vehciles Problem Pls Help -
hitman% - 07.11.2011
hey guyz...
i have a problem that in my server the vehicles are not loading... can u help me with that!
Thanks In Advance
Hitman%
Re: Vehciles Problem Pls Help -
Kostas' - 07.11.2011
pawn Код:
AddStaticVehicleEx(modelid,Float:spawn_X,Float:spawn_Y,Float:spawn_Z,Float:angle,color1,color2,respawn_delay);
Re: Vehciles Problem Pls Help -
hitman% - 07.11.2011
Itz nt the prob with that code... But When i am hosting it.. i cant see the vechicles
Re: Vehciles Problem Pls Help -
Kostas' - 07.11.2011
It's all about the coordinates
pawn Код:
public OnGameModeInit()
{
//More
AddStaticVehicleEx ( 411, -1970.9429, 246.0098, 34.7713, 82.2873, 6, 6, 15 );
return 1;
}
It will load at the Wang Garage a yellow infernus
Re: Vehciles Problem Pls Help -
Sascha - 07.11.2011
hitman, are you using some "dynamic" vehicles / loading them from a database? (either mysql or file)
Re: Vehciles Problem Pls Help -
hitman% - 08.11.2011
Fixed Thnx Everyone