Raised This Month: $ Target: $400
 0% 

Help to fixed.


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
alexey921
Junior Member
Join Date: Feb 2014
Old 03-20-2014 , 21:24   Help to fixed.
Reply With Quote #1

//AMXXPC compile.exe
// by the AMX Mod X Dev Team


//// pointmod2.sma
// C:\Users\╦хїр\Desktop\pointmod2.sma(28 : error 017: undefined symbol "plugi
n_on"
// C:\Users\╦хїр\Desktop\pointmod2.sma(292) : error 017: undefined symbol "nvaul
t_open"
// C:\Users\╦хїр\Desktop\pointmod2.sma(293) : error 017: undefined symbol "nvaul
t_open"
// C:\Users\╦хїр\Desktop\pointmod2.sma(297) : error 017: undefined symbol "regex
_compile"
// C:\Users\╦хїр\Desktop\pointmod2.sma(297) : error 088: number of arguments doe
s not match definition
// C:\Users\╦хїр\Desktop\pointmod2.sma(297) : warning 213: tag mismatch
// C:\Users\╦хїр\Desktop\pointmod2.sma(306) : error 017: undefined symbol "nvaul
t_close"
// C:\Users\╦хїр\Desktop\pointmod2.sma(307) : error 017: undefined symbol "nvaul
t_close"
// C:\Users\╦хїр\Desktop\pointmod2.sma(327) : warning 217: loose indentation
// C:\Users\╦хїр\Desktop\pointmod2.sma(327) : error 029: invalid expression, ass
umed zero
// C:\Users\╦хїр\Desktop\pointmod2.sma(342) : error 029: invalid expression, ass
umed zero
// C:\Users\╦хїр\Desktop\pointmod2.sma(342) : error 017: undefined symbol "_has_
user_nofrost"
// C:\Users\╦хїр\Desktop\pointmod2.sma(342) : error 017: undefined symbol "iPara
ms"
// C:\Users\╦хїр\Desktop\pointmod2.sma(342) : fatal error 107: too many error me
ssages on one line
//
// Compilation aborted.
// 12 Errors.
// Could not locate output file C:\Users\╦хїр\Desktop\compiled\pointmod2.amx (co
mpile failed).
//
// Compilation Time: 0,42 sec
// ----------------------------------------

Press enter to exit ...


Please, help me!

http://rghost.ru/53221518

Last edited by alexey921; 03-20-2014 at 21:46.
alexey921 is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 03-20-2014 , 21:39   Re: Help to fixed.
Reply With Quote #2

Attach the SMA and remove the code from the post
Also, include <nvault>
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
alexey921
Junior Member
Join Date: Feb 2014
Old 03-21-2014 , 04:34   Re: Help to fixed.
Reply With Quote #3

And now this.

//AMXXPC compile.exe
// by the AMX Mod X Dev Team


//// pointmod2.sma
// C:\Users\╦хїр\Desktop\pointmod2.sma(289) : error 017: undefined symbol "plugi
n_on"
// C:\Users\╦хїр\Desktop\pointmod2.sma(29 : error 017: undefined symbol "regex
_compile"
// C:\Users\╦хїр\Desktop\pointmod2.sma(29 : error 088: number of arguments doe
s not match definition
// C:\Users\╦хїр\Desktop\pointmod2.sma(29 : warning 213: tag mismatch
// C:\Users\╦хїр\Desktop\pointmod2.sma(32 : warning 217: loose indentation
// C:\Users\╦хїр\Desktop\pointmod2.sma(32 : error 029: invalid expression, ass
umed zero
// C:\Users\╦хїр\Desktop\pointmod2.sma(343) : error 029: invalid expression, ass
umed zero
// C:\Users\╦хїр\Desktop\pointmod2.sma(343) : error 017: undefined symbol "_has_
user_nofrost"
// C:\Users\╦хїр\Desktop\pointmod2.sma(343) : error 017: undefined symbol "iPara
ms"
// C:\Users\╦хїр\Desktop\pointmod2.sma(343) : fatal error 107: too many error me
ssages on one line
//
// Compilation aborted.
// 8 Errors.
// Could not locate output file C:\Users\╦хїр\Desktop\compiled\pointmod2.amx (co
mpile failed).
//
// Compilation Time: 0,42 sec
// ----------------------------------------

Press enter to exit ...
alexey921 is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 03-21-2014 , 08:12   Re: Help to fixed.
Reply With Quote #4

You need to define those variables and include <regex>
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
alexey921
Junior Member
Join Date: Feb 2014
Old 03-21-2014 , 08:47   Re: Help to fixed.
Reply With Quote #5

//AMXXPC compile.exe
// by the AMX Mod X Dev Team


//// pointmod2.sma
// C:\Users\╦хїр\Desktop\pointmod2.sma(329) : warning 217: loose indentation
// C:\Users\╦хїр\Desktop\pointmod2.sma(329) : error 029: invalid expression, ass
umed zero
// C:\Users\╦хїр\Desktop\pointmod2.sma(329) : error 017: undefined symbol "_has_
user_nofrost"
// C:\Users\╦хїр\Desktop\pointmod2.sma(329) : error 017: undefined symbol "iPara
ms"
// C:\Users\╦хїр\Desktop\pointmod2.sma(329) : fatal error 107: too many error me
ssages on one line
//
// Compilation aborted.
// 4 Errors.
// Could not locate output file C:\Users\╦хїр\Desktop\compiled\pointmod2.amx (co
mpile failed).
//
// Compilation Time: 0,42 sec
// ----------------------------------------

Press enter to exit ...


http://rghost.ru/53231311

Help plz.
alexey921 is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 03-21-2014 , 09:20   Re: Help to fixed.
Reply With Quote #6

Quote:
Originally Posted by YamiKaitou View Post
You need to define those variables
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
alexey921
Junior Member
Join Date: Feb 2014
Old 03-21-2014 , 09:40   Re: Help to fixed.
Reply With Quote #7

Sorry i'm stupid in plugins. Correct me plz)
alexey921 is offline
Old 03-21-2014, 19:58
alexey921
This message has been deleted by YamiKaitou. Reason: threads merged
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 03-21-2014 , 20:01   Re: Need help!!!
Reply With Quote #8

Attach the .sma file to your post please.
__________________
fysiks is offline
Old 03-21-2014, 20:59
wickedd
This message has been deleted by YamiKaitou. Reason: threads merged
alexey921
Junior Member
Join Date: Feb 2014
Old 03-22-2014 , 12:05   Re: Need help!!!
Reply With Quote #9

Quote:
Originally Posted by alexey921 View Post
//AMXXPC compile.exe
// by the AMX Mod X Dev Team


//// pointmod2.sma
// C:\Users\╦хїр\Desktop\pointmod2.sma(28 : error 017: undefined symbol "plugi
n_on"
// C:\Users\╦хїр\Desktop\pointmod2.sma(292) : error 017: undefined symbol "nvaul
t_open"
// C:\Users\╦хїр\Desktop\pointmod2.sma(293) : error 017: undefined symbol "nvaul
t_open"
// C:\Users\╦хїр\Desktop\pointmod2.sma(297) : error 017: undefined symbol "regex
_compile"
// C:\Users\╦хїр\Desktop\pointmod2.sma(297) : error 088: number of arguments doe
s not match definition
// C:\Users\╦хїр\Desktop\pointmod2.sma(297) : warning 213: tag mismatch
// C:\Users\╦хїр\Desktop\pointmod2.sma(306) : error 017: undefined symbol "nvaul
t_close"
// C:\Users\╦хїр\Desktop\pointmod2.sma(307) : error 017: undefined symbol "nvaul
t_close"
// C:\Users\╦хїр\Desktop\pointmod2.sma(327) : warning 217: loose indentation
// C:\Users\╦хїр\Desktop\pointmod2.sma(327) : error 029: invalid expression, ass
umed zero
// C:\Users\╦хїр\Desktop\pointmod2.sma(342) : error 029: invalid expression, ass
umed zero
// C:\Users\╦хїр\Desktop\pointmod2.sma(342) : error 017: undefined symbol "_has_
user_nofrost"
// C:\Users\╦хїр\Desktop\pointmod2.sma(342) : error 017: undefined symbol "iPara
ms"
// C:\Users\╦хїр\Desktop\pointmod2.sma(342) : fatal error 107: too many error me
ssages on one line
//
// Compilation aborted.
// 12 Errors.
// Could not locate output file C:\Users\╦хїр\Desktop\compiled\pointmod2.amx (co
mpile failed).
//
// Compilation Time: 0,42 sec
// ----------------------------------------

Press enter to exit ...


Please, help me!

http://rghost.ru/53221518
Quote:
Originally Posted by fysiks View Post
Attach the .sma file to your post please.
http://rghost.ru/53231311
alexey921 is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 03-22-2014 , 15:41   Re: Need help!!!
Reply With Quote #10

Read what Yami posted. If you still can't figure it out, attach the .sma file to your next post.
__________________

Last edited by fysiks; 03-22-2014 at 15:43.
fysiks is offline
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 06:05.


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