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

Showing results 1 to 25 of 29
Search took 0.01 seconds.
Search: Posts Made By: Jose Alberto10
Forum: Scripting 09-14-2013, 13:38
Replies: 1
Views: 554
Posted By Jose Alberto10
Forum: Scripting 09-14-2013, 10:13
Replies: 1
Views: 554
Posted By Jose Alberto10
problem models is invisible

#pragma semicolon 1
#include <sourcemod>
#include <sdktools>
#include <sdkhooks>
#include <cstrike>
#include <sdktools_sound>
#define _DEBUG 0 // Set to 1 to have debug spew
#define chat...
Forum: Scripting 09-07-2013, 19:41
Replies: 1
Views: 712
Posted By Jose Alberto10
Help

Hi I put this post because I need to lower the font size



public Action:Command_Display(client, args)
{
if(args < 1) // Not enough parameters
{
ReplyToCommand(client, "[SM] Utiliza:...
Forum: Plugin/Gameplay Ideas and Requests 09-04-2013, 22:02
Replies: 11
Views: 3,674
Posted By Jose Alberto10
Re: CS:S Request / Ammo Refill

add me on steam

my steam: http://steamcommunity.com/id/tudo98

thanks
Forum: Scripting 09-04-2013, 21:50
Replies: 4
Views: 3,164
Posted By Jose Alberto10
Re: [cs:go] need golden ak 47

you use light dynamic or change weapon skin

https://developer.valvesoftware.com/wiki/Light_dynamic
Forum: Scripting 05-31-2013, 18:25
Replies: 3
Views: 1,141
Posted By Jose Alberto10
Re: [CS:S] function prototype do not match

#pragma semicolon 1

#include <sdktools>
#include <cstrike>
#include <sdkhooks>
#include <sourcemod>

#define LOGO "[RP]"

new Handle:g_hCvarSound = INVALID_HANDLE;
Forum: Scripting 05-18-2013, 18:14
Replies: 8
Views: 1,901
Posted By Jose Alberto10
Re: rgba

Why?

They are almost the same color
Forum: Scripting 05-18-2013, 17:38
Replies: 8
Views: 1,901
Posted By Jose Alberto10
Re: rgba

I`m using the color html

Example

PrintToChat(client, "\x07yourcolor");


link the color html http://www.w3schools.com/html/html_colors.asp
Forum: Scripting 05-18-2013, 17:36
Replies: 1
Views: 1,072
Posted By Jose Alberto10
Re: rendercolor

example 1:

#include <sourcemod>
#include <sdktools>


public OnPluginStart()
{
RegConsoleCmd("sm_test", Cmd_Test);
}
Forum: Scripting 04-23-2013, 12:43
Replies: 6
Views: 3,674
Posted By Jose Alberto10
Re: emitsoundtoall

new randomnum = GetRandomInt(1, 4);
switch (randomum)
{
case 1:
{
EmitSoundToAll(g_soundName, client, SNDCHAN_AUTO, SNDLEVEL_MINIBIKE);
}
case 2:
{...
Forum: Scripting 04-15-2013, 14:12
Replies: 2
Views: 819
Posted By Jose Alberto10
Re: Variable help

new bool:g_ExampleOne
new bool:g_ExampleTwo
new bool:g_ExampleThree


public OnMapStart()
{

if ( g_ExampleThree[ client ] )
{
Forum: Scripting 04-06-2013, 21:00
Replies: 1
Views: 1,569
Posted By Jose Alberto10
Re: CS:GO - Spectator List Problem

Changed type the message
Forum: Plugins 03-30-2013, 15:16
Replies: 13
Views: 20,612
Posted By Jose Alberto10
Re: Admin chat

Download In first Post ;)
Forum: Plugins 03-22-2013, 09:14
Replies: 13
Views: 20,612
Posted By Jose Alberto10
Re: Admin chat

Okey
I made ​​the mistake by putting my fault
Forum: Scripting 03-18-2013, 18:28
Replies: 3
Views: 947
Posted By Jose Alberto10
Re: Error

solved for me ;)

new comprar;//error

//comando de disminualidad SetEntPropFloat(client, Prop_Send, "m_flModelScale", 0.5);
public Plugin:myinfo =
{
name = "Menu de compras de Alturas",...
Forum: Scripting 03-16-2013, 15:58
Replies: 3
Views: 947
Posted By Jose Alberto10
Re: Error

I always purchase the article I have no money comes out of the counter and if I have
Forum: Scripting 03-16-2013, 14:58
Replies: 3
Views: 947
Posted By Jose Alberto10
Error

#include <sourcemod>

new comprar;//error

//comando de disminualidad SetEntPropFloat(client, Prop_Send, "m_flModelScale", 0.5);
public Plugin:myinfo =
{
name = "Menu de compras de Alturas",...
Forum: Plugins 03-15-2013, 08:11
Replies: 13
Views: 20,612
Posted By Jose Alberto10
Re: Admin chat

these are for the tag includes cstrike for the command and assign the tag

;:)
Forum: Plugins 03-12-2013, 17:20
Replies: 13
Views: 20,612
Posted By Jose Alberto10
Re: Admin chat

version 1.0:*ADMIN CHAT* for chat including KeyHintText is shown on both sides for convenience
drawing will be improved and new versions

Here we have a screenshot of the...
Forum: Scripting 03-07-2013, 15:27
Replies: 3
Views: 930
Posted By Jose Alberto10
Re: Solution ;)

sorry I'm wrong I'm sorry this modified
Forum: Scripting 03-07-2013, 14:45
Replies: 5
Views: 1,382
Posted By Jose Alberto10
Re: Command isnīt go.

new bool:simon = false;

public OnPluginStart()
{
RegConsoleCmd("jb_simon", Add_simon);
RegConsoleCmd("jb_smenu", Simon_menu);
}

public Action:Add_simon(client, firstclient)
{
Forum: Scripting 03-07-2013, 14:38
Replies: 3
Views: 930
Posted By Jose Alberto10
Solution ;)

doubt is not
How to create an array, new int enum and could help me?
Forum: Scripting 03-05-2013, 15:38
Replies: 3
Views: 889
Posted By Jose Alberto10
Re: Errors

What are they? ;)
Forum: Scripting 03-05-2013, 12:41
Replies: 5
Views: 1,382
Posted By Jose Alberto10
Re: Command isnīt go.

look what fails

#include <sourcemod>


public Plugin:myinfo =
{
name = "JBSimonMenu",
author = "BlackJack",
description = "xxxxxxxx",
Forum: Scripting 03-03-2013, 12:12
Replies: 3
Views: 889
Posted By Jose Alberto10
Errors

This plugin can load fails because deaths and frags

#include <sourcemod>

new Handle:Timer;
new muertes;


public OnMapStart()
{
Showing results 1 to 25 of 29

 
Forum Jump

All times are GMT -4. The time now is 23:38.


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