02.09.2015, 20:11
Hello,I need help to fix this..
-From Line 0 to 17-
Код:
OnTimers.pwn(17) : error 029: invalid expression, assumed zero OnTimers.pwn(17) : warning 215: expression has no effect OnTimers.pwn(17) : error 001: expected token: ";", but found "new" OnTimers.pwn(17) : error 001: expected token: "-string end-", but found "-identifier-" OnTimers.pwn(17) : fatal error 107: too many error messages on one line
Код:
//============================================//
//================[ Timers ]==================//
//============================================//
#include <a_samp>
#include <a_zones>
#include <KickEx>
#include <Foreach>
#include <sscanf2>
#include <streamer>
#include <zcmd>
public IdleKick()
{
new Float:x,Float:y,Float:z;
foreach (Player, i)
{
(foreach(new playerid : Player), "PlayerLogged") == 1 && GetPVarInt(i, "Admin") < 1)

