01.07.2014, 12:26
Hi guys,
My problem is
I can't understand how to fix it pls someone Help
My problem is
Код:
F:\Users(48783) : error 010: invalid function or declaration F:\Users(48783) : error 029: invalid expression, assumed zero F:\Users(48783) : error 010: invalid function or declaration F:\Users(48783 -- 48785) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
pawn Код:
stock Info(playerid, info[], TIME = 3000)
{
if (PlayerInfo[playerid][P_Info] == 1)
{
KillTimer(InfoTimer1[playerid] );
TextDrawSetString(ShowInfo[playerid], info);
InfoTimer1[playerid] = SetTimerEx("HideInfo", TIME, false, "i", playerid);
ShowPlayerTextDraw(playerid, ShowInfo[playerid]);
PlayerPlaySound(playerid, 1085, 0.0,0.0,0.0 );
}
return 1;
}