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

[CSS/CS.GO] RP Base Pro 1.0.2


Post New Thread Reply   
 
Thread Tools Display Modes
Author
belouga
AlliedModders Donor
Join Date: Jun 2015
Location: Paris 16, Ile-de-France,
Plugin ID:
4673
Plugin Version:
1.0.2
Plugin Category:
Gameplay
Plugin Game:
Counter-Strike: Source
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Roleplay Base pro
    Old 06-12-2015 , 06:28   [CSS/CS.GO] RP Base Pro 1.0.2
    Reply With Quote #1

    Information:

    Hello, I share a base of the mode roleplay for counter-strike.
    I call back it is a base thus you just have not to compile him and to put it on your server!
    I her supplied for the people wish to develop the idea, me their supplied the base basis squeaky clean and pro.


    Requirements:
    • sdktools
    • sdkhooks
    • dbi
    • regex
    • smlib

    Files:
    Attached Files
    File Type: sp Get Plugin or Get Source (roleplaying.sp - 750 views - 20.4 KB)
    File Type: inc roleplaying.inc (358 Bytes, 578 views)

    Last edited by belouga; 06-12-2015 at 06:29.
    belouga is offline
    m_bNightstalker
    Senior Member
    Join Date: Jan 2015
    Location: JWD
    Old 06-18-2015 , 20:53   Re: [CSS/CS.GO] RP Base Pro 1.0.2
    Reply With Quote #2

    roleplay.inc is missing
    m_bNightstalker is offline
    belouga
    AlliedModders Donor
    Join Date: Jun 2015
    Location: Paris 16, Ile-de-France,
    Old 06-19-2015 , 05:09   Re: [CSS/CS.GO] RP Base Pro 1.0.2
    Reply With Quote #3

    Quote:
    Originally Posted by m_bNightstalker View Post
    roleplay.inc is missing
    Nop, look.
    belouga is offline
    iGANGNAM
    AlliedModders Donor
    Join Date: Sep 2012
    Location: Lithuania
    Old 06-19-2015 , 05:24   Re: [CSS/CS.GO] RP Base Pro 1.0.2
    Reply With Quote #4

    You should make translation phrases file
    iGANGNAM is offline
    belouga
    AlliedModders Donor
    Join Date: Jun 2015
    Location: Paris 16, Ile-de-France,
    Old 06-19-2015 , 05:40   Re: [CSS/CS.GO] RP Base Pro 1.0.2
    Reply With Quote #5

    Quote:
    Originally Posted by iGANGNAM View Post
    You should make translation phrases file
    It is just a base not need for a translation, if you desire for one made. It has been one year since made this.
    belouga is offline
    sneaK
    SourceMod Moderator
    Join Date: Feb 2015
    Location: USA
    Old 06-19-2015 , 11:13   Re: [CSS/CS.GO] RP Base Pro 1.0.2
    Reply With Quote #6

    Quote:
    Originally Posted by belouga View Post
    Nop, look.
    Your plugin is looking for roleplaying.inc and roleplay.inc.

    Code:
    #include <sourcemod>
    #include <sdktools>
    #include <cstrike>
    #include <sdkhooks>
    #include <dbi>
    #include <roleplay>
    #include <regex>
    #include <smlib>
    #include <roleplaying>
    __________________

    Last edited by sneaK; 06-19-2015 at 11:14.
    sneaK is offline
    m_bNightstalker
    Senior Member
    Join Date: Jan 2015
    Location: JWD
    Old 06-22-2015 , 06:48   Re: [CSS/CS.GO] RP Base Pro 1.0.2
    Reply With Quote #7

    Quote:
    Originally Posted by belouga View Post
    Nop, look.
    You uploaded your roleplaying.inc but not the roleplay.inc
    m_bNightstalker is offline
    belouga
    AlliedModders Donor
    Join Date: Jun 2015
    Location: Paris 16, Ile-de-France,
    Old 06-23-2015 , 05:17   Re: [CSS/CS.GO] RP Base Pro 1.0.2
    Reply With Quote #8

    Quote:
    Originally Posted by m_bNightstalker View Post
    You uploaded your roleplaying.inc but not the roleplay.inc
    Il n'existe pas d'autre roleplay.inc.
    belouga is offline
    shavit
    AlliedModders Donor
    Join Date: Dec 2011
    Location: Israel
    Old 06-26-2015 , 09:16   Re: [CSS/CS.GO] RP Base Pro 1.0.2
    Reply With Quote #9

    Code:
    public Action:OnPlayerRunCmd(client, &buttons, &impulse, Float:vel[3], Float:angles[3], &weapon)
    {
    	new iClientTarget = GetClientAimTarget(client);
    	if (iClientTarget > 0 && GetEntDistance(client, iClientTarget))
    	{
    		decl String:targetName[32];
    		if (GetClientName(iClientTarget, targetName, sizeof(targetName)))
    			PrintHintText(client, "%s %s\n %d$ Age: %d\n%s [%d]", g_ePlayers[iClientTarget][Nom], g_ePlayers[iClientTarget][Prenom], g_ePlayers[iClientTarget][Argent], g_ePlayers[iClientTarget][Metier], g_ePlayers[iClientTarget][Vie]);
    	}
    	
    	return Plugin_Changed;
    }
    Are you seriously sending hint usermessages every UserCMD?!
    Poor server performance incoming :/
    __________________
    retired
    shavit is offline
    Krushy
    Member
    Join Date: Jul 2014
    Old 06-26-2015 , 16:11   Re: [CSS/CS.GO] RP Base Pro 1.0.2
    Reply With Quote #10

    useless and sad code.
    Krushy 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 07:42.


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