Raised This Month: $51 Target: $400
 12% 

[CSS] Christmasification


Post New Thread Reply   
 
Thread Tools Display Modes
NanoC
Veteran Member
Join Date: Jan 2016
Location: Argentina
Old 12-09-2018 , 15:28   Re: [CSS] Christmasification
Reply With Quote #81

Quote:
Originally Posted by Franc1sco View Post
Some console or log error? anyway I will test it by myself to have it ready for xmas.
nothing in logs, so i don't know how to reproduce this, good luck

I think there's something wrong when you precache the models (is my opinion idk)
__________________
NanoC is offline
Send a message via Skype™ to NanoC
Aes
Junior Member
Join Date: Nov 2018
Old 12-09-2018 , 17:44   Re: [CSS] Christmasification
Reply With Quote #82

With the github version I have the light working but not the cable on CS:GO. No error in console or server.
Aes is offline
Ejziponken
AlliedModders Donor
Join Date: Apr 2008
Old 12-09-2018 , 18:37   Re: [CSS] Christmasification
Reply With Quote #83

The problem is that its not downloading all the files needed for the lights. It works when i manually add them in my materials folder on my client.
Ejziponken is offline
NanoC
Veteran Member
Join Date: Jan 2016
Location: Argentina
Old 12-09-2018 , 19:04   Re: [CSS] Christmasification
Reply With Quote #84

Quote:
Originally Posted by Ejziponken View Post
The problem is that its not downloading all the files needed for the lights. It works when i manually add them in my materials folder on my client.
I did the same but still not working
__________________
NanoC is offline
Send a message via Skype™ to NanoC
NanoC
Veteran Member
Join Date: Jan 2016
Location: Argentina
Old 12-11-2018 , 21:20   Re: [CSS] Christmasification
Reply With Quote #85

for some reason now the plugin is working but it is crashing the server lol



Crash URl

Also causing mess with others plugin with "onEntityCreated" like sm_hosties:

Quote:
ff96b6a0 e8 3c 3c 3c 73 6d 5f 68 6f 73 74 69 65 73 2e 73 |.<<<sm_hosties.s|
ff96b6b0 6d 78 3a 3a 4f 6e 45 6e 74 69 74 79 43 72 65 61 |mx::OnEntityCrea|
ff96b6c0 74 65 64 3e 3e 3e 00 00 0f 00 00 00 28 97 8c 0d |ted>>
Crash URL of this



I think there's something relationated with this

PHP Code:
AddLightsMenuEnd(client)
{
    if (
client == || (!IsClientInGame(client)))
    {
        return;
    }
    
    new 
Handle:menu CreateMenu(AddLightsMenuEndHandler);
    
SetMenuTitle(menu"Add Lights Menu");
    
AddMenuItem(menu"look""Look at where you want to end adding the lights then push 2"ITEMDRAW_DISABLED);
    
AddMenuItem(menu"lights""End");
    
SetMenuExitButton(menutrue);
    
SetMenuExitBackButton(menutrue);
    
DisplayMenu(menuclient60);
}

public 
AddLightsMenuEndHandler(Handle:menuMenuAction:actionclientbuttonnum)
{
    if (
action == MenuAction_Select)
    {
        if (
buttonnum == || buttonnum == 1)
        {
            
TraceEye(clientendpoint);
            
DrawLights();
            
DecideLightsMenuEnd(client);
        }
        
    }
    else if (
action == MenuAction_Cancel)
    {
        if (
buttonnum == MenuCancel_ExitBack)
        {
            
AddLightsMenu(client);
        }
    }
    else if (
action == MenuAction_End)
    {
        
CloseHandle(menu);
    }

__________________

Last edited by NanoC; 12-11-2018 at 21:25.
NanoC is offline
Send a message via Skype™ to NanoC
cssbr1
Junior Member
Join Date: Jul 2023
Old 10-06-2023 , 03:18   Re: [CSS] Christmasification
Reply With Quote #86

I have been looking everywhere for a Halloween plugin. Someone please make one..
cssbr1 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 18:26.


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