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

Showing results 1 to 25 of 70
Search took 0.00 seconds.
Search: Posts Made By: iNexus
Forum: Scripting 07-03-2012, 04:14
Replies: 5
Views: 1,398
Posted By iNexus
Re: Hook say_team

no
My main purpose is to have (alliance) On the place of (terrorist)




public bool:IsValidClient(client)
{
if( client <= 0 )
return false;
Forum: Scripting 06-30-2012, 08:11
Replies: 5
Views: 1,398
Posted By iNexus
Hook say_team

i have test for hook an say_team but it's not work


public Action:CallBackSayLocal(client, args)
{
new String:msg[255];
GetCmdArg(1, msg, sizeof(msg));
for (new id = 1; id <=...
Forum: Scripting 06-07-2012, 12:32
Replies: 4
Views: 1,180
Posted By iNexus
display sprite on player windows ?

hello i have tested an code for display sprite on windows but this is not work
my code

death(client)
{
new Float:Pos[3];
GetEntPropVector(client, Prop_Send, "m_vecOrigin", Pos);
...
Forum: Scripting 05-23-2012, 03:47
Replies: 17
Views: 3,575
Posted By iNexus
Re: Force a player

test this for forcing hide hud


for(new i = 1; i <= maxplayers; i++)
{
if (IsClientInGame(i))
{
ClientCommand(i, "hidehud all");
}
}
Forum: Scripting 05-22-2012, 14:37
Replies: 4
Views: 1,086
Posted By iNexus
Re: [CSS]Locked entity bug ...

thanks kossolax it's work =)
Forum: Scripting 05-22-2012, 13:25
Replies: 4
Views: 1,086
Posted By iNexus
Re: [CSS]Locked entity bug ...

i have an error at my loop

possibly unintended assignment
Forum: Scripting 05-22-2012, 05:58
Replies: 4
Views: 1,086
Posted By iNexus
[CSS]Locked entity bug ...

hello,
I try to lock all the doors of the map at the beginning of the round but that does not work on the other hand when I lock them with another script that work you would do can help me?
...
Forum: Scripting 05-08-2012, 02:56
Replies: 7
Views: 3,237
Posted By iNexus
Re: How get a Plugin handle ?

thanks for your help
Forum: Scripting 05-06-2012, 18:07
Replies: 7
Views: 3,237
Posted By iNexus
Re: How get a Plugin handle ?

this is correct ?

public OnPluginStart()
{
RegConsoleCmd("sm_ratio", CallBackRatio, "affiche le ratio");
IsRankMe = GetPluginIterator();
GetPluginFilename(IsRankMe, PluginName,...
Forum: Scripting 05-06-2012, 13:36
Replies: 7
Views: 3,237
Posted By iNexus
Re: How get a Plugin handle ?

GetMyHandle() is for handle of plugin but i want GetHandle for other plugin
Forum: Scripting 05-06-2012, 12:47
Replies: 7
Views: 3,237
Posted By iNexus
How get a Plugin handle ?

hello,
how use this ?

GetPluginFilename(Handle:plugin, String:buffer[], maxlength);
GetPluginStatus(Handle:plugin);

i don't have a idéa for Get Handle plugin...
ex my plugin is !ratio but i...
Forum: Plugin/Gameplay Ideas and Requests 05-05-2012, 17:43
Replies: 16
Views: 4,924
Posted By iNexus
Re: I search a serious coder paid./ Cherche codeur payé pour travail

For geds
Si tu veux je peux te faire ça gratuitement pour certain contact moi sur steam : ici (http://steamcommunity.com/profiles/76561198017345453)
ou sur le forum
Forum: Scripting 04-27-2012, 06:17
Replies: 3
Views: 1,177
Posted By iNexus
Re: Teleport

Merci delachambre tu ma aider a trouver mon erreur ^^
j'avais mis la constante ExecTeleport en public alors qu'elle devais être en private ^^"
Forum: Scripting 04-27-2012, 05:31
Replies: 3
Views: 1,177
Posted By iNexus
Teleport

hello,
i'have an bug for tp a player...
my code:

public Action:CallBackTel(client, args)
{
if (IsPlayerAlive(client))
{
if (args < 1)
{
Forum: Trash 04-26-2012, 17:55
Replies: 0
Views: 669
Posted By iNexus
delet this

delet this
Forum: Scripting 01-26-2012, 13:03
Replies: 11
Views: 2,829
Posted By iNexus
Re: Problem ClanTag

for delachambre:
En même temps il débute donc soit un peux patient avec non ?
Forum: Scripting 01-26-2012, 12:58
Replies: 11
Views: 2,829
Posted By iNexus
Re: Problem ClanTag

For tom77:
pourquoi tu utilise une native que tu ne crée pas.
tien un code valide pour t'es vip:

#include <sourcemod>
#include <cstrike>

#pragma semicolon 1
Forum: Scripting 01-16-2012, 08:56
Replies: 5
Views: 1,748
Posted By iNexus
Re: How use time ?

thank bacardi
Forum: Scripting 01-14-2012, 06:41
Replies: 5
Views: 1,748
Posted By iNexus
Re: How use time ?

how formating this ?
Forum: Scripting 01-14-2012, 06:36
Replies: 5
Views: 1,748
Posted By iNexus
How use time ?

Hello,
how to use GetTime() and FormatTime()
please help i don't have an idea for this

Cordially,
iNex
Forum: Scripting 01-05-2012, 09:57
Replies: 0
Views: 653
Posted By iNexus
Get possition

Hello,
I want freeze a player by crosshair and calculate the distance between two entity
this code is valide or not

new aim = GetClientAimTarget(client, true);
new v_team =...
Forum: Scripting 01-04-2012, 14:15
Replies: 5
Views: 1,485
Posted By iNexus
Forum: Scripting 01-04-2012, 14:07
Replies: 5
Views: 1,485
Posted By iNexus
Re: Name of event ?

I'm french sorry but i want disable an messages display to chat
this message if it may disabled by event
Forum: Scripting 01-04-2012, 13:51
Replies: 5
Views: 1,485
Posted By iNexus
Name of event ?

Hello,
What is the name of the event which displays this to screen ?
Example:

Players(x): Lance une grenade
Forum: Scripting 01-04-2012, 12:49
Replies: 10
Views: 2,712
Posted By iNexus
Showing results 1 to 25 of 70

 
Forum Jump

All times are GMT -4. The time now is 11:12.


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