AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Position of Collision Object (https://forums.alliedmods.net/showthread.php?t=154677)

serioux 04-11-2011 16:22

Position of Collision Object
 
can you help me?

PHP Code:

public vexd_pfntouch(pToucherpTouched){
        
        
//Variablen
        
new mx_clsName[32]
        
entity_get_string(pToucherEV_SZ_classnamemx_clsName32);
        if (
equal(mx_clsNameMX_BLOCK_ANGLE_NAME)){

              
// How Can i Get the Position of Collision?
        
}    




All times are GMT -4. The time now is 20:09.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.