View Single Post
01101101
BANNED
Join Date: Nov 2009
Location: 9`su 09`n0n7e`r0f76a
Old 12-11-2009 , 06:38   Re: [INFO] Fakemeta & Ham detailed function descriptions and examples
Reply With Quote #151

Quote:
Originally Posted by Arkshine View Post
What are you talking about...
PHP Code:
public grenade_throw(id,ent,wid

    static 
trFloat:End[3
     
    
engfunc(EngFunc_TraceToss,ent,0,tr
    
get_tr2(tr,TR_vecEndPos,End
    
//We have the result of the entity
     
    
client_print(0,print_chat,"%f %f %f",End[0],End[1],End[2])  // You print that result to all players (the result does not depend on the client)

01101101 is offline