I have 2 easy questions :
#1

First Question :

What is the Map Icon that can be seen in the radar/mini-map anywhere?

Second Question :

How can I make a certain car, spawn not by seconds, but when the car
explodes, it should spawn into its original position.
Reply
#2

To create map icons use: SetPlayerMapIcon() [https://sampwiki.blast.hk/wiki/SetPlayerMapIcon]

To set a car that spawns each time it get's exploded use: AddStaticVehicle() [https://sampwiki.blast.hk/wiki/AddStaticVehicle]

If you want the car to spawn after e.g. 5 minutes after it exploded use AddStaticVehicleEx() [https://sampwiki.blast.hk/wiki/AddStaticVehicleEx]
Reply
#3

Quote:
Originally Posted by Blt950
To create map icons use: SetPlayerMapIcon() [https://sampwiki.blast.hk/wiki/SetPlayerMapIcon]

To set a car that spawns each time it get's exploded use: AddStaticVehicle() [https://sampwiki.blast.hk/wiki/AddStaticVehicle]

If you want the car to spawn after e.g. 5 minutes after it exploded use AddStaticVehicleEx() [https://sampwiki.blast.hk/wiki/AddStaticVehicleEx]
I already know the Map Icon, I'm asking what is the map icon (ID) that can be seen anywhere?
Reply
#4

Quote:
Originally Posted by ViruZZzZ_ChiLLL
I already know the Map Icon, I'm asking what is the map icon (ID) that can be seen anywhere?
Umm, all the map icons can be seen on the map, rite?
Reply
#5

Quote:
Originally Posted by DJDhan
Umm, all the map icons can be seen on the map, rite?
I think they are.
Reply
#6

I don't think you can do that with icons. But you can do that with

SetPlayerMarkerForPlayer() [https://sampwiki.blast.hk/wiki/SetPlayerMarkerForPlayer]
Reply
#7

Quote:
Originally Posted by DJDhan
Quote:
Originally Posted by ViruZZzZ_ChiLLL
I already know the Map Icon, I'm asking what is the map icon (ID) that can be seen anywhere?
Umm, all the map icons can be seen on the map, rite?
lol, no I mean, you can see a map icon, from LV even when your in LS
Reply
#8

Quote:
Originally Posted by ViruZZzZ_ChiLLL
Quote:
Originally Posted by DJDhan
Quote:
Originally Posted by ViruZZzZ_ChiLLL
I already know the Map Icon, I'm asking what is the map icon (ID) that can be seen anywhere?
Umm, all the map icons can be seen on the map, rite?
lol, no I mean, you can see a map icon, from LV even when your in LS
What? You meant a checkpoint?
Reply
#9

I think he means a default map icon.
Reply
#10

In SP mission map icons can be seen from anywhere and are always on minimap. In SAMP they only show up on minimap when you are near. You can't change that.

And for vehicle respawn just put (-1) there and it won't be respawned automaticalyl because of inactivity.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)