Raised This Month: $ Target: $400
 0% 

Blockmaker Dimensions scripting error


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 



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