Tag mismatch
#1

Код 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

Reply


Messages In This Thread
Tag mismatch - by rOps - 10.01.2015, 12:33
Re: Tag mismatch - by 1fret - 10.01.2015, 12:37
Re: Tag mismatch - by rOps - 10.01.2015, 12:39
Re: Tag mismatch - by FunnyBear - 10.01.2015, 12:42

Forum Jump:


Users browsing this thread: 1 Guest(s)