Search found 5 matches

by PaWn
2012 Aug 05 23:09
Forum: [AMXX] Scripting pagalba
Topic: Fix my jailbreak
Replies: 4
Views: 4750

Re: Fix my jailbreak

I corrected some bugs but I can not fix a bug
When Simon and I have something or someone will kill me and still makes automatic simon

It is only a game ....
http://games-star.eu/Jailbreak.TXT
by PaWn
2012 Aug 05 14:57
Forum: [AMXX] Scripting pagalba
Topic: Fix my jailbreak
Replies: 4
Views: 4750

Re: Fix my jailbreak

About 10 bugs
1. Not choose a team
2. In Simon's bug
3. The matrix is a bug
4. A few more that I can fix small
by PaWn
2012 Aug 05 01:43
Forum: [AMXX] Scripting pagalba
Topic: Fix my jailbreak
Replies: 4
Views: 4750

Fix my jailbreak

Hi, I apologize for my English but I'm Slovak.
So I need help with my plug-in "Jailbreak" lso msi edit it to my liking but I have a lot of bugs ... so please who help me fix them?
Skype: DioR.DioR88
by PaWn
2011 Dec 06 15:08
Forum: [AMXX] Scripting pagalba
Topic: Server Menu [CP]
Replies: 0
Views: 1806

Server Menu [CP]

Please I would like to give to the menu and VIP models that switch on / off can you help me? Sorry for my English #include <amxmodx>#include <amxmisc>#include <engine>#include <hamsandwich>#include <fun> #define MaxPlayers 32 new const Float: g_flCoords[][] = {    {0.50, 0.40},    {0.56, 0.44},    {...
by PaWn
2011 Nov 09 09:59
Forum: Pluginų prašymai
Topic: Vips sounds
Replies: 6
Views: 4899

Re: Vips sounds

Code: Select all

public client_putinserver(id)    {        if(get_user_flags(id) & ADMIN_LEVEL_H)        {            client_cmd(0, "play mp3 folderis/sound");        }        return PLUGIN_HANDLED;    }