Raised This Month: $ Target: $400
 0% 

Blockmaker Dimensions scripting error


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Duff-Girl
Senior Member
Join Date: Feb 2009
Old 06-27-2009 , 07:21   Blockmaker Dimensions scripting error
Reply With Quote #1

Hello all i am trying to add the block dimensions ( Size ) but i get some compile errors that i need help whit.

PHP Code:
/* Block dimensions */
new Float:gfBlockSizeMinForX[3] = {-4.0,-32.0,-32.0};
new 
Float:gfBlockSizeMaxForX[3] = { 4.032.032.0};
new 
Float:gfBlockSizeMinForY[3] = {-32.0,-4.0,-32.0};
new 
Float:gfBlockSizeMaxForY[3] = { 32.04.032.0};
new 
Float:gfBlockSizeMinForZ[3] = {-32.0,-32.0,-4.0};
new 
Float:gfBlockSizeMaxForZ[3] = { 32.032.04.0};
new 
Float:gfDefaultBlockAngles[3] = { 0.00.00.0 };
 
/* Normal Size of blocks */
new Float:gfBlockSizeMinForX_tv[3] = {-32.0,-32.0,-32.0};
new 
Float:gfBlockSizeMaxForX_tv[3] = { 32.032.032.0};
new 
Float:gfBlockSizeMinForY_tv[3] = {-32.0,-32.0,-32.0};
new 
Float:gfBlockSizeMaxForY_tv[3] = { 32.032.032.0};
new 
Float:gfBlockSizeMinForZ_tv[3] = {-32.0,-32.0,-32.0};
new 
Float:gfBlockSizeMaxForZ_tv[3] = { 32.032.032.0};
new 
Float:gfBlockSizeMinForX_kz[3] = {-14.0,-32.0,-32.0};
new 
Float:gfBlockSizeMaxForX_kz[3] = { 14.032.032.0};
new 
Float:gfBlockSizeMinForY_kz[3] = {-32.0,-14.0,-32.0};
new 
Float:gfBlockSizeMaxForY_kz[3] = { 32.014.032.0};
new 
Float:gfBlockSizeMinForZ_kz[3] = {-104.0,-104.0,-14.0};
new 
Float:gfBlockSizeMaxForZ_kz[3] = { 104.0104.014.0};
 
/* Big Size of blocks */
new Float:gfBlockSizeMinForX2[3] = {-8.0,-64.0,-64.0};
new 
Float:gfBlockSizeMaxForX2[3] = { 8.064.064.0};
new 
Float:gfBlockSizeMinForY2[3] = {-64.0,-8.0,-64.0};
new 
Float:gfBlockSizeMaxForY2[3] = { 64.08.064.0};
new 
Float:gfBlockSizeMinForZ2[3] = {-64.0,-64.0,-8.0};
new 
Float:gfBlockSizeMaxForZ2[3] = { 64.064.08.0};
 
/* Small size of blocks */
new Float:gfBlockSizeMinForX4[3] = {-0.4,-3.2,-3.2};
new 
Float:gfBlockSizeMaxForX4[3] = { 0.43.23.2};
new 
Float:gfBlockSizeMinForY4[3] = {-3.2,-0.4,-3.2};
new 
Float:gfBlockSizeMaxForY4[3] = { 3.20.43.2};
new 
Float:gfBlockSizeMinForZ4[3] = {-3.2,-3.2,-0.4};
new 
Float:gfBlockSizeMaxForZ4[3] = { 3.23.20.4};
 
/* Big Size of blocks */
new Float:gfBlockSizeMinForX_small[3] = {-2.0,-16.0,-16.0};
new 
Float:gfBlockSizeMaxForX_small[3] = { 2.016.016.0}; 
and i got some errors i dont know why but i have to fix the sizes..

Code:
//AMXXPC compile.exe
// by the AMX Mod X Dev Team
 
//// SG_Bcm.sma
// C:\Program\Valve\HLServer\cstrike\addons\amxmodx\scripting\SG_Bcm.sma(4513) :
 warning 203: symbol is never used: "gfBlockSizeMaxForX2"
// C:\Program\Valve\HLServer\cstrike\addons\amxmodx\scripting\SG_Bcm.sma(4513) :
 warning 203: symbol is never used: "gfBlockSizeMaxForX4"
// C:\Program\Valve\HLServer\cstrike\addons\amxmodx\scripting\SG_Bcm.sma(4513) :
 warning 203: symbol is never used: "gfBlockSizeMaxForX_kz"
// C:\Program\Valve\HLServer\cstrike\addons\amxmodx\scripting\SG_Bcm.sma(4513) :
 warning 203: symbol is never used: "gfBlockSizeMaxForX_small"
// C:\Program\Valve\HLServer\cstrike\addons\amxmodx\scripting\SG_Bcm.sma(4513) :
 warning 203: symbol is never used: "gfBlockSizeMaxForX_tv"
// C:\Program\Valve\HLServer\cstrike\addons\amxmodx\scripting\SG_Bcm.sma(4513) :
 warning 203: symbol is never used: "gfBlockSizeMaxForY2"
// C:\Program\Valve\HLServer\cstrike\addons\amxmodx\scripting\SG_Bcm.sma(4513) :
 warning 203: symbol is never used: "gfBlockSizeMaxForY4"
// C:\Program\Valve\HLServer\cstrike\addons\amxmodx\scripting\SG_Bcm.sma(4513) :
 warning 203: symbol is never used: "gfBlockSizeMaxForY_kz"
// C:\Program\Valve\HLServer\cstrike\addons\amxmodx\scripting\SG_Bcm.sma(4513) :
 warning 203: symbol is never used: "gfBlockSizeMaxForY_tv"
// C:\Program\Valve\HLServer\cstrike\addons\amxmodx\scripting\SG_Bcm.sma(4513) :
 warning 203: symbol is never used: "gfBlockSizeMaxForZ2"
// C:\Program\Valve\HLServer\cstrike\addons\amxmodx\scripting\SG_Bcm.sma(4513) :
 warning 203: symbol is never used: "gfBlockSizeMaxForZ4"
// C:\Program\Valve\HLServer\cstrike\addons\amxmodx\scripting\SG_Bcm.sma(4513) :
 warning 203: symbol is never used: "gfBlockSizeMaxForZ_kz"
// C:\Program\Valve\HLServer\cstrike\addons\amxmodx\scripting\SG_Bcm.sma(4513) :
 warning 203: symbol is never used: "gfBlockSizeMaxForZ_tv"
// C:\Program\Valve\HLServer\cstrike\addons\amxmodx\scripting\SG_Bcm.sma(4513) :
 warning 203: symbol is never used: "gfBlockSizeMinForX2"
// C:\Program\Valve\HLServer\cstrike\addons\amxmodx\scripting\SG_Bcm.sma(4513) :
 warning 203: symbol is never used: "gfBlockSizeMinForX4"
// C:\Program\Valve\HLServer\cstrike\addons\amxmodx\scripting\SG_Bcm.sma(4513) :
 warning 203: symbol is never used: "gfBlockSizeMinForX_kz"
// C:\Program\Valve\HLServer\cstrike\addons\amxmodx\scripting\SG_Bcm.sma(4513) :
 warning 203: symbol is never used: "gfBlockSizeMinForX_small"
// C:\Program\Valve\HLServer\cstrike\addons\amxmodx\scripting\SG_Bcm.sma(4513) :
 warning 203: symbol is never used: "gfBlockSizeMinForX_tv"
// C:\Program\Valve\HLServer\cstrike\addons\amxmodx\scripting\SG_Bcm.sma(4513) :
 warning 203: symbol is never used: "gfBlockSizeMinForY2"
// C:\Program\Valve\HLServer\cstrike\addons\amxmodx\scripting\SG_Bcm.sma(4513) :
 warning 203: symbol is never used: "gfBlockSizeMinForY4"
// C:\Program\Valve\HLServer\cstrike\addons\amxmodx\scripting\SG_Bcm.sma(4513) :
 warning 203: symbol is never used: "gfBlockSizeMinForY_kz"
// C:\Program\Valve\HLServer\cstrike\addons\amxmodx\scripting\SG_Bcm.sma(4513) :
 warning 203: symbol is never used: "gfBlockSizeMinForY_tv"
// C:\Program\Valve\HLServer\cstrike\addons\amxmodx\scripting\SG_Bcm.sma(4513) :
 warning 203: symbol is never used: "gfBlockSizeMinForZ2"
// C:\Program\Valve\HLServer\cstrike\addons\amxmodx\scripting\SG_Bcm.sma(4513) :
 warning 203: symbol is never used: "gfBlockSizeMinForZ4"
// C:\Program\Valve\HLServer\cstrike\addons\amxmodx\scripting\SG_Bcm.sma(4513) :
 warning 203: symbol is never used: "gfBlockSizeMinForZ_kz"
// C:\Program\Valve\HLServer\cstrike\addons\amxmodx\scripting\SG_Bcm.sma(4513) :
 warning 203: symbol is never used: "gfBlockSizeMinForZ_tv"
// Header size:           3232 bytes
// Code size:           109896 bytes
// Data size:           105056 bytes
// Stack/heap size:      16384 bytes; max. usage is unknown, due to recursion
// Total requirements:  234568 bytes
//
// 26 Warnings.
// Done.
//
// Compilation Time: 2,03 sec
// ----------------------------------------
Press enter to exit ...
i need help quite fast it says error line 4513 but there is no line 4513
__________________
We sure do like blockmaker! :-P
  • I am learning PAWN if there is any tutorials PM me.
  • Im working on a project. plz give me tutorials.

Last edited by Duff-Girl; 06-27-2009 at 07:43.
Duff-Girl is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 06-27-2009 , 07:26   Re: Blockmaker Dimensions scripting error
Reply With Quote #2

Quote:
warning 203: symbol is never used:
The warning is explicit, it means this var is not used in the code.
__________________
Arkshine is offline
Duff-Girl
Senior Member
Join Date: Feb 2009
Old 06-27-2009 , 07:42   Re: Blockmaker Dimensions scripting error
Reply With Quote #3

Okey ?

How to fix it or add it then becouse i need it.
__________________
We sure do like blockmaker! :-P
  • I am learning PAWN if there is any tutorials PM me.
  • Im working on a project. plz give me tutorials.
Duff-Girl is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 06-27-2009 , 07:44   Re: Blockmaker Dimensions scripting error
Reply With Quote #4

I don't know what are you trying to do exactly, hard to provide some help.
__________________
Arkshine is offline
Duff-Girl
Senior Member
Join Date: Feb 2009
Old 06-27-2009 , 07:59   Re: Blockmaker Dimensions scripting error
Reply With Quote #5

i am trying to fix the Size to the blocks beacouse i have like esa the sizes but it bugs i have done a Large Bhop And its like normal u can go trought the sides.. so i have to FIX this i need to but the sizes into the blockmaker

These are the sizes :

PHP Code:
{-4.0,-32.0,-32.0};
4.032.032.0};
{-
2.0,-16.0,-16.0};
2.016.016.0}; 
i am playing at my server now i wonder if you could join and look at the bug

syndrom.mine.nu:27015

theres the ip
__________________
We sure do like blockmaker! :-P
  • I am learning PAWN if there is any tutorials PM me.
  • Im working on a project. plz give me tutorials.
Duff-Girl is offline
xPaw
Retired AMX Mod X Moderator
Join Date: Jul 2008
Old 06-27-2009 , 08:28   Re: Blockmaker Dimensions scripting error
Reply With Quote #6

Guys... almost all noobs, who even can`t understand basics of scripting, they trying to edit blockmaker or make own XP mod.... kinda annyoning, if you dont know how to do and dont know such simple errors symbol is never used what they mean, dont even try to code something.
__________________
xPaw is offline
Duff-Girl
Senior Member
Join Date: Feb 2009
Old 06-27-2009 , 08:37   Re: Blockmaker Dimensions scripting error
Reply With Quote #7

i am not trying to i wait for the help so i can fix it ?

Maybe you could say what the problem is so i can fix it?
__________________
We sure do like blockmaker! :-P
  • I am learning PAWN if there is any tutorials PM me.
  • Im working on a project. plz give me tutorials.
Duff-Girl is offline
xPaw
Retired AMX Mod X Moderator
Join Date: Jul 2008
Old 06-27-2009 , 08:43   Re: Blockmaker Dimensions scripting error
Reply With Quote #8

There is no problem, you added dimensions but didn`t implent it in code, you JUST added it and no more
__________________
xPaw is offline
Duff-Girl
Senior Member
Join Date: Feb 2009
Old 06-27-2009 , 08:52   Re: Blockmaker Dimensions scripting error
Reply With Quote #9

Okey so how to fix it if i just add it say how to fix this things.
__________________
We sure do like blockmaker! :-P
  • I am learning PAWN if there is any tutorials PM me.
  • Im working on a project. plz give me tutorials.
Duff-Girl is offline
zacky
Senior Member
Join Date: Mar 2008
Location: Sweden
Old 06-27-2009 , 08:58   Re: Blockmaker Dimensions scripting error
Reply With Quote #10

There is no error, its just warning, those stuff you added does nothing, they are not used in the code somewhere.
zacky is offline
Send a message via Skype™ to zacky
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 15:35.


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