Search found 9 matches

by Supremache
1 year ago
Forum: Public Requests
Topic: request (weapons order)
Replies: 0
Views: 3234

Re: request (weapons order)

Complicated code, When i get free time i will re-created this plugin
by Supremache
1 year ago
Forum: Public Requests
Topic: XP boost for vips
Replies: 14
Views: 10247

Re: XP boost for vips

Replace these functions: public ze_roundend(WinTeam) { if (WinTeam == ZE_TEAM_HUMAN) { new iXP = g_bIsDoubleHours ? (get_pcvar_num(g_pCvarEscapeSuccess) * 2) : get_pcvar_num(g_pCvarEscapeSuccess) if( ze_is_user_vip(id) ) { iXP *= 2 } for(new id = 1; id <= get_member_game(m_nMaxPlayers); id++) { if (...
by Supremache
3 years ago
Forum: Scripting Help
Topic: [bug] Vip system by raheem
Replies: 6
Views: 6412

Re: [bug] Vip system by raheem

Raheem wrote: 3 years ago @Supremache are you using our Zombie Escape Mod?
No!!
No support for other mods?
by Supremache
3 years ago
Forum: Scripting Help
Topic: [bug] Vip system by raheem
Replies: 6
Views: 6412

Re: [bug] Vip system by raheem

Can you please tell me where is the issuse !!! #include <amxmodx> #include <amxmisc> #include <fakemeta> #include <engine> #include <hamsandwich> #include <ColorChat> #include <fun> #include <zombie_vip> #pragma library fun #pragma loadlib fun // Defines #define VIP_MESSAGES VIP_A #define SCOREBOARD...
by Supremache
3 years ago
Forum: Scripting Help
Topic: Help Knife Player & VIP
Replies: 1
Views: 2864

Re: Help Knife Player & VIP

You Need to add include files names to compile this plugin like:
#include <amx_load_setting_string_arr>
#include <amxmodx>
by Supremache
3 years ago
Forum: Scripting Help
Topic: Say /country, Show Players Countries
Replies: 1
Views: 2699

Re: Say /country, Show Players Countries

Untested : #include <amxmodx> #include <geoip> #define PLUGIN "Show Online Players Country" #define VERSION "1.0" #define AUTHOR "Supremache" new szPlayerName[33][32] new szCountry[45][32] new szIP[33][32] new const szCommands[][] = { "say /c", "say /coun...
by Supremache
3 years ago
Forum: Scripting Help
Topic: [bug] Vip system by raheem
Replies: 6
Views: 6412

Re: [bug] Vip system by raheem

Did you edit anything related to passwords/parsing the file? Have u even set a password in the file? Show how you type the password in the console Hi Night Fury, Thanks for your answer... I added more features and edit some functions but I didn't touch “get_user_vip function". I already set th...
by Supremache
3 years ago
Forum: Zombie Escape 1.x
Topic: VIP System
Replies: 111
Views: 121800

Re: VIP System

Hi Raheem,
There is bug in this plugin I made request in "Help scripting section“ I tried a lot to fix it but i don't know where is the issue 😒 the problem is I left scripting for 8 months and I forgot a lot of things..
by Supremache
3 years ago
Forum: Scripting Help
Topic: [bug] Vip system by raheem
Replies: 6
Views: 6412

[bug] Vip system by raheem

Hi there, I used vip system by raheem and i edit somethings and added more features for another mod but there's bug everytime when i connecting to the server i getting this message "You have no entry to the server..." !!! but i already has typed the password in the console, so where's the ...