AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   should work? (https://forums.alliedmods.net/showthread.php?t=153301)

mammapappa 03-21-2011 12:25

should work?
 
PHP Code:

new const g_iModifyType[] =
{
         
convertBlockAiming(idgSelectedBlockType[id]),
         
deleteBlockAiming(id),
         
rotateBlockAiming(id),
         
showPropertiesMenu(id),
         
showRenderMenu(id)



<VeCo> 03-21-2011 13:18

Re: should work?
 
No. :D

mammapappa 03-21-2011 13:38

Re: should work?
 
Quote:

Originally Posted by <VeCo> (Post 1437115)
No. :D

how should i do then?

bibu 03-21-2011 14:33

Re: should work?
 
Like this:

PHP Code:

new const g_iModifyType[] =
{
         
convertBlockAiming(idgSelectedBlockType[id]),
         
deleteBlockAiming(id),
         
rotateBlockAiming(id),
         
showPropertiesMenu(id),
         
showRenderMenu(id)



mammapappa 03-21-2011 14:42

Re: should work?
 
Quote:

Originally Posted by bibu (Post 1437180)
Like this:

PHP Code:

new const g_iModifyType[] =
{
         
convertBlockAiming(idgSelectedBlockType[id]),
         
deleteBlockAiming(id),
         
rotateBlockAiming(id),
         
showPropertiesMenu(id),
         
showRenderMenu(id)



what did u change?
it did not work

meTaLiCroSS 03-21-2011 17:03

Re: should work?
 
You're wrong if you think you can use an array as a Macro.


All times are GMT -4. The time now is 14:29.

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