(ask)How to create taxi job
#1

Okay i need taxi job in my script but how to create that?
Reply
#2

You can ask someone to make it for you, more likely wont be made but someone may...

https://sampforum.blast.hk/showthread.php?tid=118885&page=158

Or just make it yourself I'm sure its really easy.
Reply
#3

I dont think many people will tell you the entire thing over hear, your better off downloading one from the filterscripts or getting it out of a gamemode and see how they do it.
Reply
#4

pawn Код:
// symbol
new Job[MAX_PLAYERS];
// command:
command(taxijob, playerid, params[])
{
     if(Job[playerid] == 0)
     {
          Job[playerid] = 1;
          return 1;    
     }
     else return SendClientMessage(playerid, COLORHERE, "you already got this job...");
}
// OnPlayerDC
Job[playerid] = 0;
Now, use your imagination!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)