Objectives - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Objectives (
/showthread.php?tid=159859)
Objectives -
Nonameman - 14.07.2010
Hey Guys!
I saw a video about a samp server, and in this video I could see a mini mission mode, where some players get an objective marker on them, and on some cars. My question is: How can I make something like this?
Nonameman
Re: Objectives -
ikey07 - 14.07.2010
SetVehicleParamsForPlayer(adtscar,playerid,a,0);
a = 1/0
1 - You enable objective
0 - You disable objective ( disabling on vehicle respawn at least it was in 0.2 )
Re: Objectives -
Nonameman - 14.07.2010
Quote:
Originally Posted by ikey07
SetVehicleParamsForPlayer(adtscar,playerid,a,0);
a = 1/0
1 - You enable objective
0 - You disable objective ( disabling on vehicle respawn at least it was in 0.2 )
|
Thanks, and for a player?
Re: Objectives -
ikey07 - 14.07.2010
I don't know if it is posibble for players, I guess you can just make PlayerCheckpoint for players
Re: Objectives -
Nonameman - 14.07.2010
Quote:
Originally Posted by ikey07
I don't know if it is posibble for players, I guess you can just make PlayerCheckpoint for players
|
In the video there was the same marker on the player as on the vehicles. Oki, thanks again, maybe somebody know how to do it.
Re: Objectives -
Vince - 14.07.2010
Not possible for a player anymore. It used to be in way back, but it was removed (don't ask my why, 'cause I don't know).
Maybe it gets re-added in 0.3b
Re: Objectives -
Nonameman - 14.07.2010
Okey, thanks guys.