[QUESTION] - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [QUESTION] (
/showthread.php?tid=293938)
[QUESTION] -
FireCat - 30.10.2011
I've just made the pilot profession, but actually, what is he supposed to do?
Like, what should I make him to do? :$
Re: [QUESTION] - [03]Garsino - 30.10.2011
Idk, fly planes...?
Re: [QUESTION] -
Laronic - 30.10.2011
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 =/
Re: [QUESTION] -
mineralo - 08.11.2011
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(playerid, cmdtext[])
{
new cmd[256], tmp[256], idx;
cmd = strtok(cmdtext, idx);
if(strcmp(cmd,"/fly",true) == 0)
{
if(IsPlayerInVehicle(playerid,577)
{
SetPlayerCheckpoint(playerid,x,y,z);
....
I think you will finish it
Re: [QUESTION] -
Rzzr - 08.11.2011
Maybe delivering goods to airports?
That's what the Pilot Job is in my script (I used the Nevada for this job)
AW: [QUESTION] -
Babul - 08.11.2011
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 ^^