Advertisement
Guest User

Untitled

a guest
May 3rd, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. ShowPlayerDialog(playerid, Start1, DIALOG_STYLE_MSGBOX, "Welcome To Drift Roleplay", "You Can Read The Rules At /Rules\nAnd Check Updates At /Updates\nAnd Check The Help Menu At /Help\nAnd You Can Ask For Help At /HelpMe\nThe Server Is Hosted In Serv4U Company And Designed With No Lags.\nCOMING SOON!", "Accept", "Cancel");
  2.  
  3. ShowPlayerDialog(playerid, Start2, DIALOG_STYLE_MSGBOX, "Help Notice", "/RDJobs - Racing / Drift Jobs\n/GPS - Show GPS Locations\n/SOON - Soon Soon", "Close", "");
  4.  
  5.  
  6. if(dialogid == Start1)
  7. {
  8. if(response)
  9. {
  10. SpawnPlayer(playerid);
  11. GivePlayerMoney(playerid, 30000);
  12. SetPlayerColor(playerid, 0xFFFFFFFF);
  13. SendClientMessage(playerid, COLOR_GREEN, "Thanks For Choosing Our Server , Enjoy Playing!");
  14. }
  15. else
  16. {
  17. KickWithMessage(playerid, COLOR_RED, "You Choosed The Cancel Option , Have a nice day outsite!");
  18. }
  19. if(dialogid == Start2)
  20. {
  21. if(response)
  22. {
  23. //////////////////////////////////////////
  24. }
  25. return 1;
  26. }
  27. }
  28. return 0;
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement