Raised This Month: $ Target: $400
 0% 

Internal error


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Takuw
New Member
Join Date: Apr 2017
Old 04-08-2017 , 15:32   Internal error
Reply With Quote #1

Hey, my friend wants to learn me the SourceMod.
But i have a problem, when i try to compile my script.sp
it's write "Internal error"
I'm on W10.
Thanks you for help me
Takuw is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 04-08-2017 , 16:02   Re: Internal error
Reply With Quote #2

Please provide the code that you are trying to compile.
__________________
asherkin is offline
Takuw
New Member
Join Date: Apr 2017
Old 04-08-2017 , 16:24   Re: Internal error
Reply With Quote #3

#include <sourcemod>
#include <cstrike>
#include <colors>

public void OnPluginStart()
{
RegConsoleCmd("sm_taku", machintest);

}

public Action machintest(int client, int args)
{
PrintToChat(client, "Bonjour Taku !");
CPrintToChatAll("Bonjour {darkred}tout{default} le monde");
return Plugin_Handled;
}
Takuw 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 17:09.


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