Raised This Month: $ Target: $400
 0% 

[Compiling Error] Please tell me whats wrong (:


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
znovit
Member
Join Date: Mar 2009
Location: Behind you :=
Old 04-07-2009 , 05:03   [Compiling Error] Please tell me whats wrong (:
Reply With Quote #1

When i try to compile this 'little' modified bm i get these errors:

Code:
error 017: undefined symbol "blockCount" (line: 4584)
error 017: undefined symbol "blockCount" (line: 4584)
error 029: invalid expression, assumed zero (line: 4584)
PHP Code:
}
}
}

//get players name
new szName[32];
get_user_name(idszName32);

//notify all admins that the player saved blocks to file
for (new 1<= 32; ++i)
{
//make sure player is connected
if (is_user_connected(i))
{
if (
get_user_flags(i) & BM_ADMIN_LEVEL)
{
client_print(iprint_chat"%s'%s' saved %d block%s, %d teleporter%s! Total entites in map: %d"gszPrefixszNameblockCount, (blockCount == "" "s"), teleCount, (teleCount == "" "s"), entity_count()); //line 4584
}
}

Thanks on advance.

- znovit
__________________
znovit 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 02:23.


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