Raised This Month: $32 Target: $400
 8% 

Solved [L4D2] [Help] Object Spawer Fix/Easier


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Marttt
Veteran Member
Join Date: Jan 2019
Location: Brazil
Old 04-12-2021 , 11:55   Re: [L4D2] [Help] Object Spawer Fix/Easier
#21

You should use some software like Notepad++ (set the language to c++) and you will notice that your string is missing quotes.

menu.AddItem("rotate15z", "15 derece dondur(Z ekseni)

should be
menu.AddItem("rotate15z", "15 derece dondur(Z ekseni)");

same goes for:
menu.AddItem("movedown10", 10 bırım asagi");

should be:
menu.AddItem("movedown10", "10 bırım asagi");
__________________

Last edited by Marttt; 04-12-2021 at 11:57.
Marttt is offline
Darkwob
BANNED
Join Date: Oct 2018
Old 04-12-2021 , 14:43   Re: [L4D2] [Help] Object Spawer Fix/Easier
#22

Quote:
Originally Posted by Marttt View Post
You should use some software like Notepad++ (set the language to c++) and you will notice that your string is missing quotes.

menu.AddItem("rotate15z", "15 derece dondur(Z ekseni)

should be
menu.AddItem("rotate15z", "15 derece dondur(Z ekseni)");

same goes for:
menu.AddItem("movedown10", 10 bırım asagi");

should be:
menu.AddItem("movedown10", "10 bırım asagi");
ohh thank you bro. I realized later.
Darkwob is offline
Closed Thread


Thread Tools
Display Modes

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:34.


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