Search found 1 match

by Champcut
2012 Jul 31 17:20
Forum: [AMXX] Scripting pagalba
Topic: VIP Plugin
Replies: 1
Views: 2269

VIP Plugin

#include <amxmodx>#include <amxmisc>#include <engine>#include <hamsandwich>#include <fun>#include <cstrike> #define MaxPlayers 32 new const Float: g_flCoords[][] = {    {0.50, 0.40},    {0.56, 0.44},    {0.60, 0.50},    {0.56, 0.56},    {0.50, 0.60},    {0.44, 0.56},    {0.40, 0.50},    {0.44, 0.44...