20.05.2014, 19:04
When I put this include in my gamemode, gives me:
LINES:
and the line 3083 at:
Why?...
Код:
D:\pawno\include\streamer.inc(297) : warning 202: number of arguments does not match definition D:\pawno\include\streamer.inc(304) : error 025: function heading differs from prototype C:\gf.pwn(3083) : warning 209: function "Streamer_OnPlayerDisconnect" should return a value
pawn Код:
forward ini_GetValue( line[] ); // 297
forward CustomPickups(); // 304
pawn Код:
public OnPlayerDisconnect(playerid)
{
.
.
.
} //the last accolade