Advertisement
Guest User

Untitled

a guest
May 30th, 2015
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. CMD:telo(playerid,params[])
  2. {
  3. for(new i = 0; i < MAX_TELO; i++)
  4. {
  5. if(PlayerToPoint(2.5, playerid, tinfo[i][posswx],tinfo[i][posswy],tinfo[i][posswz]))
  6. {
  7. ShowPlayerDialog(playerid, 987654, DIALOG_STYLE_LIST, "MRTVO TELO", "Zemi Telo\nIstrazi Telo", "IZBERI", "Otkazi");
  8. return 1;
  9. }
  10. }
  11.  
  12. return 1;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement