SA-MP Forums Archive
Spirits - 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: Spirits (/showthread.php?tid=341306)



Spirits - kizla - 10.05.2012

Here is code, but in game spirits are not created...

pawn Код:
iPhone1 = TextDrawCreate(295.000000, 299.000000, "hud:radar_propertyg");
    TextDrawBackgroundColor(iPhone1, 255);
    TextDrawFont(iPhone1, 1);
    TextDrawLetterSize(iPhone1, 0.500000, 1.000000);
    TextDrawColor(iPhone1, -1);
    TextDrawSetOutline(iPhone1, 0);
    TextDrawSetProportional(iPhone1, 1);
    TextDrawSetShadow(iPhone1, 1);
What's mistake?


Re: Spirits - newbienoob - 10.05.2012

I think you forgot TextDrawShowForPlayer?


Re: Spirits - kizla - 10.05.2012

It is showen to player but it writes: "hud:radar_propertyg" but i want to show a green house..


Re: Spirits - newbienoob - 10.05.2012

Green house? You mean a pickup?


Re: Spirits - kizla - 10.05.2012

Never mind, solved