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

Plugin first


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Kappa123
New Member
Join Date: Nov 2017
Old 03-23-2018 , 08:09   Plugin first
Reply With Quote #1

#include <sourcemod>
#include <colors_csgo>

public void OnPluginStart()
{
LoadTranslations("infovip.phrases");
RegConsoleCmd("sm_vip", akcja);
}

public Action akcja(int client, int args)
{
CPrintToChat(client, " %t", "separator1");
CPrintToChat(client, " %t", "infovip");
CPrintToChat(client, " %t", "separator2");
CPrintToChat(client, " %t", "koszt");
CPrintToChat(client, " %t", "separator3");
}

Hello
Why j have 3 loose indentation in my plugin

Thanks for help
Kappa123 is offline
Totenfluch
AlliedModders Donor
Join Date: Jan 2012
Location: Germany
Old 03-23-2018 , 10:05   Re: Plugin first
Reply With Quote #2

PHP Code:
#include <sourcemod>
#include <colors_csgo>

public void OnPluginStart() 
{
    
LoadTranslations("infovip.phrases");
    
RegConsoleCmd("sm_vip"akcja);
}

public 
Action akcja(int clientint args
{
    
CPrintToChat(client" %t""separator1");
    
CPrintToChat(client" %t""infovip");
    
CPrintToChat(client" %t""separator2");
    
CPrintToChat(client" %t""koszt");
    
CPrintToChat(client" %t""separator3");

that should fix it.
__________________
Notable Projects:
Event Item Spawner | Scissors, Rock, Paper for ZephStore
tVip | Smart Link Remover
PLG & GGC - CS:GO Roleplay

and countless more...

I can make a helicopter shoot missles if you want me to...

Last edited by Totenfluch; 03-23-2018 at 10:05.
Totenfluch is offline
Kappa123
New Member
Join Date: Nov 2017
Old 03-23-2018 , 12:18   Re: Plugin first
Reply With Quote #3

I do not see the difference but work thanks
Kappa123 is offline
backwards
AlliedModders Donor
Join Date: Feb 2014
Location: USA
Old 03-23-2018 , 14:09   Re: Plugin first
Reply With Quote #4

Quote:
Originally Posted by Kappa123 View Post
I do not see the difference but work thanks
https://ezesys.com/hesk/knowledgebase.php?article=14
__________________
I highly recommend joining the SourceMod Discord Server for real time support.
backwards is online now
Reply


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


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