16.09.2010, 05:45
Okay i need taxi job in my script but how to create that?
// 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;