20.02.2013, 13:28
Код:
(29453) : warning 208: function with tag result used before definition, forcing reparse (6390) : warning 219: local variable "ID" shadows a variable at a preceding level 28455) : warning 219: local variable "ID" shadows a variable at a preceding level (28511) : warning 219: local variable "ID" shadows a variable at a preceding level (28547) : warning 219: local variable "ID" shadows a variable at a preceding level (28814) : warning 204: symbol is assigned a value that is never used: "string" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 6 Warnings.
29453:
PHP код:
stock Float:GetPosInFrontOfPlayer(playerid, &Float:x, &Float:y, Float:distance)
PHP код:
new ID = GetClosetHouseIntID(playerid);
PHP код:
new ID,string[64],file[32];
PHP код:
new ID = GetClosetHouseIntID(playerid),string[256],Slot,Ammo;
PHP код:
new ID = GetClosetHouseIntID(playerid),string[256],Slot;
PHP код:
new id = GetClosetHouseIntID(playerid),string[128];
thanks!