Is this possable?
#1

What I would like is a command where if I am level 5+ in LSPD I can do /markmap, Then go to the map and mark somewhere. And then it shows a red dot on the map for everyone in LSPD but no other people.. Is that possable? If so can you make a basic command for me
Reply
#2

pawn Код:
new Float:POS[3];
GetPlayerPos(playerid, POS[0], POS[1], POS[2]);
for(new i; i < MAX_PLAYERS+1; i++)
{
     if(LSPD[i] == 1) SetPlayerCheckpoint(i, POS[0], POS[1], POS[2], 3.0);
}
Reply
#3

Hey thanks, I have no one to test it with but can i make it so I mark it on the map from: Esc - Map ( Then right click location)
Reply
#4

Quote:
Originally Posted by killer__577
Посмотреть сообщение
Hey thanks, I have no one to test it with
Hint hint..

But for the map idea, I doubt that's possible.
Reply
#5

Quote:
Originally Posted by [FU]Victious
Посмотреть сообщение
Hint hint..

But for the map idea, I doubt that's possible.
Actually, iv'e seen an filterscript ( Bombing FS ) somethn .. can't remember. you could set the marker and type in the command to drop an Air strike.

Pretty neat, though it's a shame i can't remember where and when i saw it :-/
Reply
#6

Well on my of the scripts ive used. When on admin duty you right click the map and if you are not in a car you teleport there but i dont seem to find that in the script >.> ( I dont know what id be looking for :P ) It never says anything with AdminDuty[playerid] == 1 :/
Reply
#7

So i can right click on my map and it will appear for all LSPD?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)