Replacing problem
Let's say i have
Code:
So veikejas = players name. Now I'm geeting a line from .ini file wich may have <nick> text in it. I want that text <nick> would be replaced with veikejas. I tried Code:
But it still won't replace anything... I thought it could be bad that "<nick>" is in commas so i deleted them and leaved Code:
But then i get compile errors... If someone could help... HELP! :D |
man if you want to chnage the name of your players just use
AMX_NICK "the current name" "the name u want" |
Umm, not quite sure what your question is. You format strings like this:
Code:
Also, you cannot pass direct data to act like a string. The compiler has no way of knowing whether you expect a variable / command or a string. So this would work: Code:
But this would not: Code:
As per your question though, are you sure the inputted section has brackets ( < and > ) around it? |
lol listen to him hes a beta tester and im a noob
|
Quote:
|
Quote:
|
| All times are GMT -4. The time now is 16:29. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.