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
Search found 5 matches
- 2012 Aug 05 23:09
- Forum: [AMXX] Scripting pagalba
- Topic: Fix my jailbreak
- Replies: 4
- Views: 4982
- 2012 Aug 05 14:57
- Forum: [AMXX] Scripting pagalba
- Topic: Fix my jailbreak
- Replies: 4
- Views: 4982
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
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
- 2012 Aug 05 01:43
- Forum: [AMXX] Scripting pagalba
- Topic: Fix my jailbreak
- Replies: 4
- Views: 4982
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
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
- 2011 Dec 06 15:08
- Forum: [AMXX] Scripting pagalba
- Topic: Server Menu [CP]
- Replies: 0
- Views: 1936
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}, {0.60, 0 ...
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}, {0.60, 0 ...
- 2011 Nov 09 09:59
- Forum: Pluginų prašymai
- Topic: Vips sounds
- Replies: 6
- Views: 5473
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; }