Detaljni Opis Problema:Baca mi erore nzm sto evo dole erorri,hvala unapred
Deo Scripte:
(2143) : warning 201: redefinition of constant/macro (symbol "sInfo")
(2813) : warning 204: symbol is assigned a value that is never used: "infostring"
(2851) : warning 209: function "ExpTimer" should return a value
(5093) : warning 209: function "Itter_OnPlayerDisconnect" should return a value
(9357) : warning 219: local variable "exp" shadows a variable at a preceding level
(28702) : warning 202: number of arguments does not match definition
(10029) : warning 204: symbol is assigned a value that is never used: "exptimer"
(10030) : warning 204: symbol is assigned a value that is never used: "oneminute"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.Slike:
2143 Linija
{
2813 LINIJA
new infostring;
2851 linija
}
5093 Linija
}
9357 Linija
new exp = PlayerInfo;
28702
SCM(playerid, COLOR_BLUE, "** Preuzeli ste vasu nagradu od %d$.",PlayerInfo);
10029
exptimer = SetTimer("ExpTimer", 100, 1);
10030
oneminute = SetTimer("OneMinute", 60000, 1);
