Need help!!! +rep
#1

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
Reply
#2

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;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)