[QUESTION]
#1

I've just made the pilot profession, but actually, what is he supposed to do?
Like, what should I make him to do? :$
Reply
#2

Idk, fly planes...?
Reply
#3

He maybe can transport passengers, from LS to LV maybe. or TNT transporting, if you fly upside down or make fast moves it will make the plane exploade. Thats what i got =/
Reply
#4

I played long time in one rpg server, and there was pilot job. The pilot job have role to fly with AT-400 from LS to SF and player earn some money, I can help you little with scripting
PHP код:
public OnPlayerCommandText(playeridcmdtext[])
{
    new 
cmd[256], tmp[256], idx;
    
cmd strtok(cmdtextidx);
if(
strcmp(cmd,"/fly",true) == 0)
{
if(
IsPlayerInVehicle(playerid,577)
{
SetPlayerCheckpoint(playerid,x,y,z);
.... 
I think you will finish it
Reply
#5

Maybe delivering goods to airports?
That's what the Pilot Job is in my script (I used the Nevada for this job)
Reply
#6

combine the pilot with news-reporter skill (or just by using the san-news maverick), and you got a reason for a pilot for following the cops chasing a most wanted? or to bomb an area, maybe even showering a fire in the woods? for water refilling, the pilot should got some skills, if you script that the player needs to stay really close to te oceans surface ^^
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)