08.04.2013, 23:58
code
Error
What is wrong?
Код:
// Game time TimeTD = TextDrawCreate(36.000000, 430.000000,"~r~Game time: ~w~%d:%d:%d", thour, tmin, tsec); TextDrawBackgroundColor(TimeTD, 255); TextDrawFont(TimeTD,2); TextDrawSetShadow(TimeTD,0); TextDrawSetOutline(TimeTD,1); TextDrawAlignment(TimeTD,1); TextDrawLetterSize(TimeTD,0.200000,1.000000); TextDrawColor(TimeTD,COLOR_WHITE); TextDrawSetOutline(TimeTD, 1);
Код:
C:\Users\MichaelWharton\Desktop\*\Other\SAMP server\A-RP\gamemodes\A-RP.pwn(3348) : warning 202: number of arguments does not match definition C:\Users\MichaelWharton\Desktop\*\Other\SAMP server\A-RP\gamemodes\A-RP.pwn(3348) : warning 202: number of arguments does not match definition C:\Users\MichaelWharton\Desktop\*\Other\SAMP server\A-RP\gamemodes\A-RP.pwn(3348) : warning 202: number of arguments does not match definition Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Warnings.