AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   "^" in define Author (https://forums.alliedmods.net/showthread.php?t=184975)

bazhenov93 05-11-2012 09:50

"^" in define Author
 
Don't know if I need post it here, but for me is an issue.
I can't use symbol "^" in define Author..

My nickname is Twix^, for all my plugins I want use "Twix^" not just "Twix"

I think AMXX Dev Team should change/allow this symbol.


~
Thanks.

PHP Code:

#define PLUGIN "name"
#define VERSION "0.0.0"
#define AUTHOR "Twix^"
 
public plugin_init(){
register_plugin (PLUGINVERSIONAUTHOR)



<VeCo> 05-11-2012 09:56

Re: "^" in define Author
 
Use "^^", because "^" is a special character.

Exolent[jNr] 05-11-2012 10:06

Re: "^" in define Author
 
This has nothing to do with AMXX packages, but with scripting itself.

Moved to Scripting Help.

bazhenov93 05-11-2012 10:38

Re: "^" in define Author
 
1 Attachment(s)
veco, exolent. thanks-.

___
edit.
test.sma just to test latter when i come back to my home.

bazhenov93 05-13-2012 14:29

Re: "^" in define Author
 
Trash this please, I was wrong, is not an issue.

Aooka 05-13-2012 15:54

Re: "^" in define Author
 
Or just change your nickname x)

bazhenov93 05-13-2012 16:42

Re: "^" in define Author
 
No) I have this nickname for 4 years x :P
Also I LOVEEEEEEEEEEEEEE EAT TWIX ^__^


All times are GMT -4. The time now is 00:27.

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