(ask)How to create taxi job
#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


Messages In This Thread
(ask)How to create taxi job - by gondes - 16.09.2010, 05:45
Re: (ask)How to create taxi job - by willsuckformoney - 16.09.2010, 05:46
Re: (ask)How to create taxi job - by PinkFloydLover - 16.09.2010, 05:47
Re: (ask)How to create taxi job - by Cameltoe - 16.09.2010, 05:54

Forum Jump:


Users browsing this thread: 3 Guest(s)