10.01.2015, 12:33
Код HTML:
stock CreatePickupWith3DText(PickupID, PickupType, Pos_X, Pos_Z, Pos_Y, Text[], DrawDistance, VirtualWorld) { CreatePickup(PickupID, PickupType, Pos_X, Pos_Z, Pos_Y, -1); Create3DTextLabel(Text, -1, Pos_X, Pos_Z, Pos_Y, DrawDistance, VirtualWorld, 0); return 1; }
Код HTML:
CreatePickupWith3DText(19130, 1, 1958.3783, 1343.1572, 15.3746, "Test", 15, 0);
Quote:
C:\Users\PC\Desktop\TEST\gamemodes\test.pwn(7 : warning 213: tag mismatch C:\Users\PC\Desktop\TEST\gamemodes\test.pwn(7 : warning 213: tag mismatch C:\Users\PC\Desktop\TEST\gamemodes\test.pwn(7 : warning 213: tag mismatch |