07.10.2014, 06:04
Hello , I Need help with this Problem
Here is the Line on impl.inc
Line 568
Line 573
Y Hooks
Y Timers
Код:
C:\Raven's Roleplay 0.3z\pawno\include\YSI\y_va/impl.inc(568) : warning 219: local variable "time" shadows a variable at a preceding level C:\Raven's Roleplay 0.3z\pawno\include\YSI\y_va/impl.inc(573) : warning 219: local variable "time" shadows a variable at a preceding level C:\Raven's Roleplay 0.3z\pawno\include\YSI\y_hooks/impl.inc(2629) : warning 219: local variable "time" shadows a variable at a preceding level C:\Raven's Roleplay 0.3z\pawno\include\YSI\y_timers/impl.inc(93) : warning 219: local variable "time" shadows a variable at a preceding level
Line 568
pawn Код:
stock va_GameTextForPlayer(playerid, const fmat[], time, style, va_args<>)
pawn Код:
stock va_GameTextForAll(const fmat[], time, style, va_args<>)
Y Hooks
pawn Код:
public OnPlayerFinishRace(playerid, race, position, prize, time)
pawn Код:
hook OnScriptInit()
{
P:1("hook Timers_OnScriptInit called");
new
pointer,
time,
idx,
entry;