Advertisement
Guest User

Untitled

a guest
Jan 18th, 2013
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. public OnPlayerEnterVehicle(playerid, vehicleid)
  2. {
  3. if(GetPVarInt(playerid,"Radio-Abfrage")==1)
  4. {
  5. if(vehicleid == 510 || 481 || 509 )
  6. {
  7. SCM(playerid,Rot,"Radio Abfrage deaktiviert da Fahrräder keine Radios haben ;)");
  8. }
  9. else
  10. {
  11. ShowPlayerDialog(playerid,dRadio,DIALOG_STYLE_LIST,"{960000}We {009600}aRe {000096}oNe {4F00FF}- Radioauswahl","Technobase.fm \nHardbase.fm \nTrancebase.fm \nCoretime.fm \nClubtime.fm \nHousetime.fm","Auswählen","Abbrechen");
  12. return 1;
  13. }
  14. }
  15. return 1;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement