18.03.2015, 17:19
Quote:
why when i put this script on my gamemode i have some warning
Warning: Код:
C:\Users\win 8.1\Downloads\trucking\gamemodes\TS.pwn(6990) : warning 219: local variable "Height" shadows a variable at a preceding level C:\Users\win 8.1\Downloads\trucking\gamemodes\TS.pwn(6990) : warning 203: symbol is never used: "Height" C:\Users\win 8.1\Downloads\trucking\gamemodes\TS.pwn(7023) : warning 219: local variable "Height" shadows a variable at a preceding level C:\Users\win 8.1\Downloads\trucking\gamemodes\TS.pwn(7023) : warning 203: symbol is never used: "Height" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase Header size: 16772 bytes Code size: 3652888 bytes Data size: 7115528 bytes Stack/heap size: 120000 bytes; estimated max. usage: unknown, due to recursion Total requirements:10905188 bytes 4 Warnings. Code: Код:
PlayerText:CreatePlayerDialogButton(playerid, Float:Xpos, Float:Ypos, Float:Width, Float:Height, button_text[]) Код:
PlayerText:CreatePlayerBackgroundTextDraw(playerid, Float:Xpos, Float:Ypos, Float:Width, Float:Height) |
Код:
PlayerText:CreatePlayerDialogButton(playerid, Float:Xpos, Float:Ypos, Float:Width, Float:H1, button_text[])
Код:
PlayerText:CreatePlayerBackgroundTextDraw(playerid, Float:Xpos, Float:Ypos, Float:Width, Float:H1)