This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu Vice City Multiplayer Server
-------------------------------
v0.4, (c) 2007-2014 VC:MP Team
Loaded plugin: geoip04rel64
Loaded plugin: hashing04rel64
Loaded plugin: sqlite04rel64
Loaded plugin: squirrel04rel64
[WEAPONS] No custom weapons to load.
[VEHICLEMODELS] No custom vehicle models to load.
Unable to start server on host: port: 8193. Port in use?
function example(player,test)
{
if (test == 1) ...
if (test == 2) ...
}
function example(player,test)
{
switch(test)
{
case 1: ...
case 2: ...
}
}
if (!InPoly(p.Pos.x,p.Pos.y,-1781.23,-85.4932,-1586.86,-85.4932,-1781.23,-305.329,-1586.86,-305.329)) PosDMM4(p);
function MessageAdmin(t1,r,g,b)
{
for (local i = 0; i <= GetMaxPlayers(); i++)
{
local p = FindPlayer(i);
if (Level[p.ID] >= 3) MessagePlayer(t1,p,r,g,b);
}
}
<07/07/2015 - 13:12:24>
AN ERROR HAS OCCURED [the index 'ID' does not exist]
<07/07/2015 - 13:12:24>
CALLSTACK
<07/07/2015 - 13:12:24> *FUNCTION [MessageAdmin()] Scripts/Glowny/Funkcje.nut line [24]
<07/07/2015 - 13:12:24> *FUNCTION [onPlayerCommand()] Scripts/Glowny/Komendy.nut line [4789]
<07/07/2015 - 13:12:24>
LOCALS
<07/07/2015 - 13:12:24> [i] INSTANCE
<07/07/2015 - 13:12:24> [ b ] 255
<07/07/2015 - 13:12:24> [g] 255
<07/07/2015 - 13:12:24> [r] 255
<07/07/2015 - 13:12:24> [t1] "[#ff0000]@ [#ffffff][0] ^YLC^RwwpL.[#ffffff]: test"
<07/07/2015 - 13:12:24> [this] TABLE
<07/07/2015 - 13:12:24> [veh] NULL
<07/07/2015 - 13:12:24> [plr] NULL
<07/07/2015 - 13:12:24> [t] "test"
<07/07/2015 - 13:12:24> [c] "a"
<07/07/2015 - 13:12:24> [p] INSTANCE
<07/07/2015 - 13:12:24> [this] TABLE
function GetFullTime()
{
local time = date(), sec = Fixa(time.sec), min = Fixa(time.min), hr = Fixa(time.hour), day = Fixa(time.day), mon = Fixa(time.month += 1), year = time.year;
return day+"/"+mon+"/"+year+" - "+hr+":"+min+":"+sec;
}
function Fixa(a)
{
if (a < 10) return "0" + a;
return a;
}
function GetFullTime()
{
local t = date();
return ::format(@"%.2d/%.2d/%d - %.2d:%.2d:%.2d", t.day, t.month, t.year, t.hour, t.min, t.sec);
}
CreateObject(2587, 0, Vector(-375.49, -1322.31, 9.8), 255);
CreateObject(2590, 0, Vector(-375.49, -1322.31, 9.8), 255);
CreateObject(2586, 0, Vector(-375.49, -1322.31, 9.8), 255);
CreateObject(2588, 0, Vector(-375.49, -1322.31, 9.8), 255);
CreateObject(2592, 0, Vector(-375.49, -1322.31, 9.8), 255);
CreateObject(2585, 0, Vector(-375.49, -1322.31, 9.8), 255);
CreateObject(2593, 0, Vector(-375.49, -1322.31, 9.8), 255);
QuoteI need function for block another characters (like ł,ą,ć,ż,ę,ó etc..). My server use /changenick cmd and some players bugged account with invalid characters.