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

Showing results 1 to 25 of 31
Search took 0.00 seconds.
Search: Posts Made By: Miew
Forum: Scripting 07-06-2014, 08:15
Replies: 2
Views: 1,059
Posted By Miew
Re: overlay [CSGO]

i have try this but doesn't work

#include <sdktools>

#define Overlay "overlays/team"

new Handle:Timer = INVALID_HANDLE;

public Plugin:myinfo =
{
Forum: Scripting 07-05-2014, 18:07
Replies: 2
Views: 1,059
Posted By Miew
overlay [CSGO]

it's possible to displayoverlay in csgo ?

for tga file
Forum: Scripting 05-09-2014, 17:20
Replies: 5
Views: 1,142
Posted By Miew
Re: Don_t understand ...

#pragma semicolon 1

#include <sourcemod>
#include <sdktools>
#include <morecolors>

new String:Map_Name[55];

public Plugin:myinfo = {
name = "tesla",
Forum: Scripting 05-09-2014, 16:46
Replies: 5
Views: 1,142
Posted By Miew
Re: Don_t understand ...

The event not fire --" isinzone is correct
Forum: Scripting 05-09-2014, 09:20
Replies: 5
Views: 1,142
Posted By Miew
Don_t understand ...

i don't understand why does not work ; i dont have any error message ...

HookEnt()
{
new EntIndex = -1;

do{
HookSingleEntityOutput(EntIndex, "OnTouching", OnEntityOutPut, false);
}...
Forum: Scripting 05-08-2014, 03:13
Replies: 2
Views: 1,139
Posted By Miew
Re: Check Player SteamID

use this :
stock bool:StrEqual(const String:str1[], const String:str2[], bool:caseSensitive=true)



----->

if(StrEqual(steamID , "STEAM_0:0:123456", false))
{
//do stuff
Forum: Scripting 05-08-2014, 02:42
Replies: 2
Views: 644
Posted By Miew
css way to do this

i want to do this for css:


SetEntPropFloat(client, Prop_Send, "m_flHeadScale", 5.0);


but don't work ...
how can do this ?
Forum: Scripting 05-05-2014, 11:26
Replies: 10
Views: 1,997
Posted By Miew
don't understand why is not correct

don't understand why is not correct


#include <sourcemod>
#include <sdkhooks>
#include <smlib>

public Plugin:myinfo = {
name = "cut",
author = "Skuzy",
Forum: Scripting 05-02-2014, 05:40
Replies: 1
Views: 494
Posted By Miew
vote information

hello how can i display information about vote :

number of yes , numver of no

#include <sourcemod>
#include <cstrike>
#include <morecolors>

#pragma semicolon 1
Forum: Scripting 04-25-2014, 06:22
Replies: 11
Views: 1,612
Posted By Miew
why this plugin make me crash ?

#include <sourcemod>
#include <sdktools>

new Float:f_PosClient[3];

new g_HaloIndex;
new g_ModelIndex;

public Plugin:myinfo =
{
Forum: Scripting 02-25-2014, 07:51
Replies: 4
Views: 2,515
Posted By Miew
Re: [NOOB QUESTION] How to make this work ?

try this for correct the errors


#include <sourcemod>
#include <sdktools>
#include <clientprefs>


#pragma semicolon 1
Forum: Scripting 02-21-2014, 07:26
Replies: 6
Views: 1,349
Posted By Miew
Re: how to assign a skin to entity

i have try this :


public Action:commandprop(client, args)
{
if(args < 1)
{
ReplyToCommand(client, "Please enter a model name");
return Plugin_Handled;
}
Forum: Scripting 02-21-2014, 03:57
Replies: 6
Views: 1,349
Posted By Miew
Re: how to assign a skin to entity

I have read his post and i seek models for entity like the screenshot

Thx u 2.
Forum: Scripting 02-20-2014, 16:55
Replies: 6
Views: 1,349
Posted By Miew
Re: how to assign a skin to entity

Thx bacardi and if i precache model from gamesbanana for exemple it s ok ?
Forum: Scripting 02-20-2014, 14:10
Replies: 6
Views: 1,349
Posted By Miew
how to assign a skin to entity

some one can explain me the way to assigne a custom skin to entity ?
for create something like this :

http://miew.verygames.net/2013-11-12_00002.jpg
Forum: Plugins 02-16-2014, 16:07
Replies: 1
Views: 2,671
Posted By Miew
[CSS]surf_pyramidduel2 button deleter

ENG : This plugin removes buttons gravity on the map surf_pyramidduel2, as well as bombezone . interesting plugin for surf servers


Fr : plugin qui supprime les boutons de gravité de la map...
Forum: Scripting 02-16-2014, 06:11
Replies: 2
Views: 647
Posted By Miew
Forum: Scripting 02-14-2014, 12:42
Replies: 2
Views: 765
Posted By Miew
Re: stop effect mistake

thx i will try it ;)

EDIT: WORK perfectly thx ;p
Forum: Scripting 02-14-2014, 09:49
Replies: 2
Views: 765
Posted By Miew
stop effect mistake

i have a probleme with this :

i want to kill particle 1seconde after display effect but when few particle was create in same time the timer dont stop effect


#pragma semicolon 1
#include...
Forum: Scripting 02-14-2014, 03:00
Replies: 2
Views: 647
Posted By Miew
CreateEvent question

hi all,

I am looking to create an event is that someone could explain to me how to use "CreateEvent"
I want to make an event that does something when the player enter into area

if I stock the...
Forum: Scripting 01-27-2014, 14:23
Replies: 7
Views: 1,287
Posted By Miew
Forum: Scripting 01-27-2014, 08:39
Replies: 7
Views: 1,287
Posted By Miew
Re: way to give bonus round after

it s for do something at round after the actually round ..

i dont know how i can explain it better ...
sorry for the poor english
Forum: Scripting 01-26-2014, 16:53
Replies: 7
Views: 1,287
Posted By Miew
way to give bonus round after

some one can explain me the way to give bonus at round after ; i explain me : i would like to do a plugin who ask if u want more speed for exemple and do this of round after this round

how can i...
Forum: Scripting 01-26-2014, 05:29
Replies: 4
Views: 834
Posted By Miew
Re: help for sql

work perfectly thx all
Forum: Scripting 01-26-2014, 05:12
Replies: 4
Views: 834
Posted By Miew
Re: help for sql

ok i 'll do that , thanks for your reply
Showing results 1 to 25 of 31

 
Forum Jump

All times are GMT -4. The time now is 15:07.


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