Advertisement
Guest User

helppp

a guest
May 28th, 2015
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. MD:telo(playerid,params[])
  2. {
  3. for(new i = 0; i < MAX_TELO; i++)
  4. {
  5. if(!IsPlayerInRangeOfPoint(playerid,2.5,tinfo[i][posswx],tinfo[i][posswy],tinfo[i][posswz]-1)) continue;
  6. ShowPlayerDialog(playerid, 987654, DIALOG_STYLE_LIST, "MRTVO TELO", "Zemi Telo\nIstrazi Telo", "IZBERI", "Otkazi");
  7. return 1;
  8. }
  9.  
  10. return 1;
  11.  
  12. Problemot e so posle sledno telo na prethodnoto telo toest tinfo bla bla nema da moze cmd telo :3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement