- Initiateur de la discussion
Wabel
Je ne sais pas quoi mettre
- Messages
- 2 262
- Score réaction
- 707
- Points
- 330
Salut,
j'ai un problème quand je fait un timer pour le changement de nom RP.
Voici l'erreur:
Voici le code:
Merci de l'aide.
j'ai un problème quand je fait un timer pour le changement de nom RP.
Voici l'erreur:
Code:
[ERROR] addons/ws_prefecture/lua/entities/npc_wsprefecture/cl_init.lua:176: Tried to use invalid object (type Panel) (Object was NULL or not of the right type) 1. GetValue - [C]:-1 2. unknown - addons/ws_prefecture/lua/entities/npc_wsprefecture/cl_init.lua:176
Timer Failed! [Simple][@addons/ws_prefecture/lua/entities/npc_wsprefecture/cl_init.lua (line 174)]
Code:
ACCEPT.DoClick = function() NPCNAME:Close() timer.Simple( 5, function() net.Start("WS:NPC:Name:NewName") net.WriteString( Firstname:GetValue() .. " " .. Lastname:GetValue() ) net.SendToServer() end ) end