Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
  2. {
  3. new Float:x,Float:y,Float:z;
  4. if(dialogid==1 && response==1)
  5. {
  6. switch(listitem)
  7. {
  8. case 0:
  9. {
  10. GetPlayerPos(playerid,x,y,y);
  11. CreateVehicle(411,x,y,z,rotation,0,9,0);
  12. }
  13.  
  14.  
  15. i need help.. what do i put for the rotation?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement