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

Showing results 1 to 25 of 129
Search took 0.01 seconds.
Search: Posts Made By: hLiaS
Forum: Scripting Help 06-27-2016, 11:35
Replies: 3
Views: 816
Posted By hLiaS
Forum: Scripting Help 06-27-2016, 09:03
Replies: 3
Views: 816
Posted By hLiaS
Problem with Hamsandwich

I have installed the latest amxmodx 1.8.2
but i have problems with compiling plugins that have the command Ham_CS_Player_ResetMaxSpeed.
Can someone give me a help? or the hamsandwich module +...
Forum: Module Coding 05-29-2013, 04:37
Replies: 2
Views: 780
Posted By hLiaS
Re: Error when i compile a module

i compile it successfully but now i have other problem... What can i do with this??https://forums.alliedmods.net/attachment.php?attachmentid=120463&d=1369816658
Forum: Module Coding 05-28-2013, 10:42
Replies: 2
Views: 780
Posted By hLiaS
Error when i compile a module

I have all the files .h files and .cpp files but the Visual Studio 2012 send me an error when i try to compile it. (I don't have a makefile file)

Error lnk1561: entry point must be defined

what...
Forum: Suggestions / Requests 05-27-2013, 08:11
Replies: 2
Views: 951
Posted By hLiaS
Re: HELP: Vip skins not working sometimes but without simon.amxx working :(

#include < amxmodx >
#include < cstrike >
#include < colorchat >
#include < fun >
#include < hamsandwich >

#define IS_VIP ADMIN_LEVEL_G

new g_iSimon;
Forum: Suggestions / Requests 05-27-2013, 05:39
Replies: 30
Views: 4,629
Posted By hLiaS
Forum: Suggestions / Requests 05-27-2013, 05:30
Replies: 30
Views: 4,629
Posted By hLiaS
Re: NEED HELP: When i die the skins stays next round :(

no you don't understand you can reset players models at deathmsg only for victim and attacker
you can try if you want :P
Forum: Suggestions / Requests 05-27-2013, 05:26
Replies: 30
Views: 4,629
Posted By hLiaS
Re: NEED HELP: When i die the skins stays next round :(

#include < amxmodx >
#include < cstrike >
#include < colorchat >
#include < fun >
#include < hamsandwich >

public g_iSimon;

new const g_szPrefix[ ] =...
Forum: Suggestions / Requests 05-27-2013, 05:07
Replies: 30
Views: 4,629
Posted By hLiaS
Re: NEED HELP: When i die the skins stays next round :(

type amxx list on your server and give me the output
Forum: Suggestions / Requests 05-27-2013, 05:00
Replies: 30
Views: 4,629
Posted By hLiaS
Re: NEED HELP: When i die the skins stays next round :(

the plugin working but you must have the colorchat.amxx active on your server on plugins.ini to use your plugin ok??
http://forums.alliedmods.net/attachment.php?attachmentid=79769&d=1367947581
Forum: Suggestions / Requests 05-27-2013, 04:55
Replies: 3
Views: 927
Posted By hLiaS
Re: Vip By Contry

you must use this to compile it https://forums.alliedmods.net/showthread.php?t=95665
Forum: Suggestions / Requests 05-27-2013, 04:52
Replies: 10
Views: 1,611
Posted By hLiaS
Re: [Request] Can anyone bring this plugin to me ? :(

this is a private plugin possibly......it's seems to be a real life Hide'n Seek mod :P
Forum: Suggestions / Requests 05-27-2013, 04:48
Replies: 30
Views: 4,629
Posted By hLiaS
Re: NEED HELP: When i die the skins stays next round :(

#include < amxmodx >
#include < cstrike >
#include < chatcolor >
#include < fun >

public g_isimon;

new const g_szprefix[ ] = "^04[jailbreak]:^01"; ...
Forum: Suggestions / Requests 05-27-2013, 04:30
Replies: 30
Views: 4,629
Posted By hLiaS
Re: NEED HELP: When i die the skins stays next round :(

what error shows when you compile it??

and no you can't at death msg because if the player not be dead then the model will not change.....
Forum: Trash 05-27-2013, 04:28
Replies: 14
Views: 21,415
Posted By hLiaS
Re: Auto-Connect plugin. [[CS 1.6]]

and no .sma trash this??
Forum: Suggestions / Requests 05-27-2013, 04:05
Replies: 30
Views: 4,629
Posted By hLiaS
Re: NEED HELP: When i die the skins stays next round :(

#include < amxmodx >
#include < cstrike >
#include < colorchat >
#include < fun >

public g_isimon;

new const g_szprefix[ ] = "^04[jailbreak]:^01";
...
Forum: Unapproved/Old Plugins 05-26-2013, 13:00
Replies: 6
Views: 5,220
Posted By hLiaS
Re: WordGame

I do it fore later purpose something like native :P
Forum: Suggestions / Requests 05-26-2013, 12:38
Replies: 3
Views: 708
Posted By hLiaS
Re: STEAMID

check if this works
public client_authorized(id)
{
new szSteamId[15];
get_user_authid( id, szSteamId, charsmax(szSteamId) );

if(equal(szSteamId, "Here the steamid"))
{...
Forum: Suggestions / Requests 05-26-2013, 12:31
Replies: 1
Views: 628
Posted By hLiaS
Re: Need help: this simon plugin blocks my shop buy invisible.

don't create multiple threads :P locked this i answer to him on the other thread
Forum: Suggestions / Requests 05-26-2013, 12:29
Replies: 14
Views: 1,726
Posted By hLiaS
Re: Can anyone help me with if im simon then my skin changes

You are ready and sorry for my late response

#include < amxmodx >
#include < cstrike >
#include < colorchat >
#include < fun >

public g_iSimon;

new const...
Forum: Suggestions / Requests 05-26-2013, 09:59
Replies: 14
Views: 1,726
Posted By hLiaS
Forum: Suggestions / Requests 05-26-2013, 07:29
Replies: 14
Views: 1,726
Posted By hLiaS
Re: Can anyone help me with if im simon then my skin changes

darcadarca is right but if you want to have other model for terrorists then just add on playerspawn or on roundstart
Forum: Unapproved/Old Plugins 05-26-2013, 07:11
Replies: 6
Views: 5,220
Posted By hLiaS
WordGame

WordGame
version 1.0
by Larisaios(me)

First of all i want to say, that i don't know good english.

Description
This is a plugin for jailbreak servers, but you can use it with other mods too....
Forum: Suggestions / Requests 05-25-2013, 11:20
Replies: 14
Views: 1,726
Posted By hLiaS
Re: Can anyone help me with if im simon then my skin changes

#include < amxmodx >
#include < cstrike >
#include < colorchat >
#include < fun >

public g_iSimon;

new const g_szPrefix[ ] = "^04[Jailbreak]^01";

public plugin_init()
Forum: Suggestions / Requests 05-25-2013, 11:12
Replies: 4
Views: 996
Posted By hLiaS
Showing results 1 to 25 of 129

 
Forum Jump

All times are GMT -4. The time now is 00:57.


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