02.05.2009, 18:02
Quote:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger) { new string[128]; new Text:IC; IC = TextDrawCreate(260, 398,"~p~Car ID:%d",vehicleid); TextDrawAlignment(IC,0); TextDrawBackgroundColor(IC,0x000000ff); TextDrawFont(IC,1); TextDrawLetterSize(IC,0.699999,1.600000); TextDrawColor(IC,0xffffffff); TextDrawSetOutline(IC,1); TextDrawSetProportional(IC,1); TextDrawSetShadow(IC,1); return 1; } |
Quote:
C:\Documents and Settings\LT\Desktop\Untitled.pwn(3 ![]() C:\Documents and Settings\LT\Desktop\Untitled.pwn(36) : warning 204: symbol is assigned a value that is never used: "string" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Warnings. |