Search results

  1. W

    [Q] How does the ECX RC2 attack charge work?

    I've made this code to actually spawn the charge into the player's attachment origins which are coded in the model but the entities or entity doesn't spawn into the exact origin they should.So how does the ecx rc2 charge works? Was trigonometry used a lot or is it even needed? new...
  2. W

    setting origin from angle.. (kinda)

    Well, I'm trying to set the sprites origin in the players hands using the players facing angle to PUT it in there, but I can't get the formula to do it >:( I've tried some of my past used formulas in .AMX where I used to create an explosion infront of player in any angle he turns new...
  3. W

    receiving specific pdata from player

    Hello, could anyone tell me how could I form such a function to retrieve current pdata in action from player. i.e: set_pdata_int(client,the number,value) the number is what I need to get, and the only way I can get it is to either test from 0 500+ and keep checking whether its correct, or...
Top Bottom