SA-MP Forums Archive
Can i know .. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Can i know .. (/showthread.php?tid=351454)



Can i know .. - Eiy Mard - 16.06.2012

can you tell me?? I want to create pickup right ... I want when I take the pickup ... will draw out text together with its .... sorry my bad english

Код:
		CreatePickup(1272, 1, 2495.4651,-1690.5496,14.7656, -1);
        	SendClientMessage(playerid, gray, ".: Press [ENTER] :.");
		SetPlayerFacingAngle(playerid,357.0036);
        	SetCameraBehindPlayer(playerid);
        	Create3DTextLabel("CJ House", gray, 2495.4651,-1690.5496,14.7656, 40.0, 0, 0);
		SetPlayerPos(playerid, 2496.6499,-1696.5500,1014.7422);
		SetPlayerInterior(playerid, 3);
		return 1;