SA-MP Forums Archive
Need help!!! +rep - 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: Need help!!! +rep (/showthread.php?tid=345583)



Need help!!! +rep - Nirzor - 25.05.2012

How will I make a textdraw in my server so when a player connects when he is about t o login he will see my background picture like I will give some soldiers and write Military WarZone TDM if anyone helps he will get eventually rep from me


Re: Need help!!! +rep - Faisal_khan - 25.05.2012

That is not TextDraw.

How to do it:

Step 1:
Map a place and do what you want, if you want to write something, take small objects and make some words with it.

Step 2:
Get a good camera position for it and save the co-ords.

Step 3:
Add the camera co-ords here:
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    SetPlayerCameraPos(playerid, 1958.3783, 1343.1572, 15.3746);//change these
    SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746);//change these
    return 1;
}