Guest User

Untitled

a guest
Aug 7th, 2011
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. #include <a_samp>
  2.  
  3.  
  4.  
  5. public OnFilterScriptInit()
  6. {
  7. print("\n--------------------------------------");
  8. print(" FAQ BY:Jot");
  9. print("--------------------------------------\n");
  10. return 1;
  11. }
  12.  
  13. public OnPlayerCommandText(playerid, cmdtext[])
  14. {
  15. if (strcmp("/FAQ", cmdtext, true, 10) == 0)
  16. {
  17. ShowPlayerDialog(playerid, 999, DIALOG_STYLE_LIST, "Frequently Asked Questions", "Server Related Questions\nClasses Help\nCars & Houses\nAirlines\nAdminstartion, "Select", "Cancel");
  18. return 1;
  19. }
  20. Return 0;
  21. }
  22.  
  23. public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
  24. {
  25. if(response == 1)
  26. {
  27. switch(dialogid)
  28. {
  29. switch(listitem)
  30. {
  31. ShowPlayerDialog(999,DIALOG_STYLE_MSGBOX,"Server Related Questions."Q: What is this server?
  32. 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.
  33.  
  34. Q: How to get score?
  35. 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.
  36.  
  37. Q: How to get money?
  38. A: You can get money by using the command /work.
  39.  
  40. Q: I used the command /work but don't know what to do now.
  41. 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.
  42.  
  43. Q: My aircraft is damaged, what to do?
  44. A: Find a red flag on your minimap and taxi here, once u arrived use the command /fix or /repair to repair your aircraft.
  45.  
  46. Q: My aircraft is low on fuel, what to do?
  47. 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.
  48.  
  49. Q: What can I do with a pilot licence?
  50. 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");
  51. }
  52. return 1;
Advertisement
Add Comment
Please, Sign In to add comment