Talk:Adding the Game Instructor: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (Reverted edits by DiscussionRepairBot (talk) to last revision by PabloS)
Tag: Rollback
Line 1: Line 1:
Please contact the person who wrote the article to see if they can get a link up with the material files. <small>—[[Wikipedia:Wikipedia:Signatures|Unsigned]] comment added by [[User:Gamerzlog11|Gamerzlog11]] ([[User talk:Gamerzlog11|talk]] • [[Special:Contributions/Gamerzlog11|contribs]]). Please use four tildes (<code><nowiki>~~~~</nowiki></code>) to sign your username.</small><!-- Template:Unsigned -->
{{discussion page}}
 
{{Message
|user=Gamerzlog11
|time=03:00, 28 May 2019
|Please contact the person who wrote the article to see if they can get a link up with the material files.
}}


== HELP about the event ==
== HELP about the event ==
 
{{Message
were should i paste this code ?
|user=SADFI2259X
 
|time=15:07, 7 Feb 2023
    IGameEvent *pEvent = gameeventmanager->CreateEvent("instructor_primaryattack");
|text=were should i paste this code ?
    if (pEvent)
<pre>
    {
IGameEvent *pEvent = gameeventmanager->CreateEvent("instructor_primaryattack");
        pEvent->SetInt("userid", GetUserID());
if (pEvent)
        gameeventmanager->FireEvent(pEvent);
{
    }
pEvent->SetInt("userid", GetUserID());
gameeventmanager->FireEvent(pEvent);
}
</pre>
}}

Revision as of 20:01, 17 June 2024

Icon-message-48px.png
This is the discussion page of Adding the Game Instructor. To add a comment, use the Edit button near the headline of the appropriate section. To create a new section, you can use the Add topic button at the top of this page.
Comments on talk pages should be signed with "~~~~", which will be converted into your signature and a timestamp.


(using Template:Message) Please contact the person who wrote the article to see if they can get a link up with the material files.  --Gamerzlog11 (talk) 03:00, 28 May 2019 (UTC)

HELP about the event

(using Template:Message) Template:Text --SADFI2259X (talk) 15:07, 7 Feb 2023 (UTC)