SA-MP Forums Archive
Help object does not appear - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Help object does not appear (/showthread.php?tid=477282)



Help object does not appear - dickyodie - 23.11.2013

why this object and 3dtext does not appear

Код:
if(PlayerInfo[playerid][Camp] == 1)
	{
		new string[128];
		CampObj[playerid] = CreateDynamicObject(3175, PlayerInfo[playerid][Cx], PlayerInfo[playerid][Cy], PlayerInfo[playerid][Cz]-1.5, 0, 0, PlayerInfo[playerid][Ca]);
		format(string, sizeof(string), "%s Camp", RPN(playerid));
		CampTxt[playerid] = Create3DTextLabel(string, COLOR_GREEN, PlayerInfo[playerid][Cx], PlayerInfo[playerid][Cy], PlayerInfo[playerid][Cz]+1, 15, 0, 0);
	}