Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <a_samp>
- public OnFilterScriptInit()
- {
- print("\n--------------------------------------");
- print(" FAQ BY:Jot");
- print("--------------------------------------\n");
- return 1;
- }
- public OnPlayerCommandText(playerid, cmdtext[])
- {
- if (strcmp("/FAQ", cmdtext, true, 10) == 0)
- {
- ShowPlayerDialog(playerid, 999, DIALOG_STYLE_LIST, "Frequently Asked Questions", "Server Related Questions\nClasses Help\nCars & Houses\nAirlines\nAdminstartion, "Select", "Cancel");
- return 1;
- }
- Return 0;
- }
- public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
- {
- if(response == 1)
- {
- switch(dialogid)
- {
- switch(listitem)
- {
- ShowPlayerDialog(999,DIALOG_STYLE_MSGBOX,"Server Related Questions."Q: What is this server?
- A: This server is called Pilot's Life and is based on flying. With flying u can earn money to get houses and vehicles. Also you can get a pilot licence which requires score and money. With this licence u get a bonus for using the vehicle u got a licence for.
- Q: How to get score?
- A: You can get score by getting into a aircraft and using the command /work. If you do not understand what to to now, please look further where we handle this question.
- Q: How to get money?
- A: You can get money by using the command /work.
- Q: I used the command /work but don't know what to do now.
- A: After u used the command /work u get assigned a flight. You can see where to go on the minimap, fly/taxi to the marker and wait untill your loaded. To taxi use W to throttle and Q and E to steer. After u are loaded, taxi onto the runway and use the command /t, after your cleared for take-off throttle up and climb(TIP: Retract your landing gear using your submission button, mostly number 2, to increase speed. Look on your minimap for the next red marker. Fly here, request landing clearance using /l and after clearance land on the runway. Taxi into the red marker and unload. You just completed a flight.
- Q: My aircraft is damaged, what to do?
- A: Find a red flag on your minimap and taxi here, once u arrived use the command /fix or /repair to repair your aircraft.
- Q: My aircraft is low on fuel, what to do?
- A: Again look for a red flag on your minimap and texi here, once arrived press and hold "H" to refuel your aircraft. If it's totally fueled it will stop and take a bit of money.
- Q: What can I do with a pilot licence?
- A: If you got a pilot licence you get a bonus for using the vehicle u got a licence for. Example: You got a licence for a maverick and you do flights with your maverick, every completed flight you get a bonus."Cancel");
- }
- return 1;
Advertisement
Add Comment
Please, Sign In to add comment