Posts: 415
Threads: 66
Joined: Apr 2009
Reputation:
0
I get a error when i try to compile this:
AddStaticVehicle(420,1803.8997,-1920.9816,13.1724,90.6932,6,1);
My error is this: error 021: symbol already defined: "AddStaticVehicle"
Posts: 1,293
Threads: 6
Joined: Jul 2008
Reputation:
0
You can't add that to a script on it's own. You need #include <a_samp> and OnGameModeInit at least...
Posts: 415
Threads: 66
Joined: Apr 2009
Reputation:
0
I got that. I placed the addstaticvehicle at line 17808 or something.
Posts: 415
Threads: 66
Joined: Apr 2009
Reputation:
0
lol thanks for the help guys you helped me the right way. Reason were: I placed the AddStaticVehicle codes at the end of the script. But i didn't know that it had to be in somewhere at: Ingamemodeinit start and ingamemodeinit exit. So i did place it there after found out and it work'd! Thanks!