16.05.2009, 19:34
Stop dude.
Search in SA:MP wiki.
You are asking for a kill command. Is the basic ever.
Also, you are getting lots of errors in Create Vehicle, because you are using COMMAS "," in the same coord instead of "DOTS" "."
It should look like this (On Gamemode init)
CreateVehicle(vehic, X.X, Y.Y, Z.Z, A.A, Color, Color, Re-spawn time ( -1) );
It should work.
Please see samp wiki before asking such questions
Search in SA:MP wiki.
You are asking for a kill command. Is the basic ever.
Also, you are getting lots of errors in Create Vehicle, because you are using COMMAS "," in the same coord instead of "DOTS" "."
It should look like this (On Gamemode init)
CreateVehicle(vehic, X.X, Y.Y, Z.Z, A.A, Color, Color, Re-spawn time ( -1) );
It should work.
Please see samp wiki before asking such questions