adri1

DeletePlayer3DTextLabel_ES

Jul 27th, 2013
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. {{Scripting ES}}
  2. {{Title}}
  3.  
  4. {{0.3Added ES|a|función}}
  5.  
  6. {{Description|Destruye un Player3DTextLabel.}}
  7.  
  8. {{Parameters ES|playerid, PlayerText3D:id}}
  9. {{Param|playerid|La ID del jugador.}}
  10. {{Param|PlayerText3D:id|La ID del PlayerText3D que será destruido.}}
  11.  
  12. {{Returns|'''1''' si se ha destruido, '''0''' si no se ha destruido.}}
  13.  
  14.  
  15. <pawn>
  16. DeletePlayer3DTextLabel(playerid, myPlayer3DLabelText[playerid]);
  17. </pawn>
  18.  
  19. {{RelatedFunctions ES}}
  20. {{Create3DTextLabel ES}}
  21. {{Delete3DTextLabel ES}}
  22. {{Attach3DTextLabelToPlayer ES}}
  23. {{Attach3DTextLabelToVehicle ES}}
  24. {{UpdatePlayer3DTextLabelText ES}}
  25. {{CreatePlayer3DTextLabel ES}}
  26. {{Update3DTextLabelText ES}}
  27.  
  28. [[Category:Scripting Functions ES]]
Advertisement
Add Comment
Please, Sign In to add comment