25.10.2012, 19:45
Quote:
C:\Documents and Settings\Odete\Desktop\EDUARDO - GAMES E TOOLS\PAWN PROJETOS\Brasil City Life RPG - Pedrosa\FS Ed Apoio\Apoio.pwn(76) : error 017: undefined symbol "vehicleid"
C:\Documents and Settings\Odete\Desktop\EDUARDO - GAMES E TOOLS\PAWN PROJETOS\Brasil City Life RPG - Pedrosa\FS Ed Apoio\Apoio.pwn(85) : warning 202: number of arguments does not match definition |
Код:
new vehicleid = GetPlayerVehicleID(playerid); Textdraw0 = TextDrawCreate(423.000000, 384.000000, "Carro: 0"); TextDrawBackgroundColor(Textdraw0, 255); TextDrawFont(Textdraw0, 1); TextDrawLetterSize(Textdraw0, 0.430000, 1.299999); TextDrawColor(Textdraw0, -1); TextDrawSetOutline(Textdraw0, 1); TextDrawSetProportional(Textdraw0, 1); new str[40]; format(str, sizeof(str),"Carro: %d", vehicleid); TextDrawSetString(Textdraw0, str);