Home
Forum
Rules
Search
Login
Register
January 02, 2025, 09:10:42 pm
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Join Soldat's community on Discord!
You can follow and get involved in the developing process at the development related channels, as well as play arranged competitive matches at the
#gather
channel.
Official Soldat Forums
Server Talk
Scripting Discussions and Help
(Moderators:
chrisgbk
,
Bonecrusher
)
Can i place it ...
« previous
next »
Pages: [
1
]
Author
Topic: Can i place it ... (Read 967 times)
0 Members and 1 Guest are viewing this topic.
mich1103
Flagrunner
Posts: 558
Did you say chocolate ? O.o
Can i place it ...
«
on:
February 14, 2010, 03:32:44 pm »
Het HT can i :
Logged
http://lafrancetech.com/pkzd
Furai
Administrator
Veteran
Posts: 1908
Re: Can i place it ...
«
Reply #1 on:
February 14, 2010, 03:43:22 pm »
I see even paint is too hard for you.
You are asking him for permission? I can't remember now but I think changing place of the text shown on the screen was easy to do. You must just find proper line in script's code and alter it the way you wish.
Logged
"My senses are so powerful that I can hear the blood pumping through your veins."
mich1103
Flagrunner
Posts: 558
Did you say chocolate ? O.o
Re: Can i place it ...
«
Reply #2 on:
February 14, 2010, 03:46:00 pm »
i dont ask HT to change it in this server in mine i want to change it in my server ^^
From: February 14, 2010, 04:04:14 pm
i dont find line where is write this ...
«
Last Edit: February 14, 2010, 04:04:14 pm by mich1103
»
Logged
http://lafrancetech.com/pkzd
freestyler
Soldat Beta Team
Camper
Posts: 326
Re: Can i place it ...
«
Reply #3 on:
February 14, 2010, 04:31:40 pm »
Look for DrawText, the coordinates are there.
Logged
Serial K!ller
Camper
Posts: 408
Re: Can i place it ...
«
Reply #4 on:
February 14, 2010, 04:32:31 pm »
You just change the X/Y coordinates on DrawText(..) function:
DrawText(ID,Text,Delay,Colour,Scale,X,Y)
Logged
mich1103
Flagrunner
Posts: 558
Did you say chocolate ? O.o
Re: Can i place it ...
«
Reply #5 on:
February 14, 2010, 04:36:11 pm »
this is that
:
DrawText(ID,tenspaces+tenspaces+chr(13)+chr(10)+chr(13)+chr(10)+chr(13)+chr(10)+' Level: '+inttostr(players[ID].lvl)+chr(13)+chr(10)+' XP: '+inttostr(players[ID].xp)+'/'+inttostr(players[ID].nextxp)+chr(13)+chr(10)+' Mana: '+inttostr(players[ID].mana)+'/'+inttostr(players[ID].maxmana)+' '+hp+chr(13)+chr(10)+streakdraw+ragedraw+flamerdraw+turretdraw,300,$FFFFFFFF,0.08,1,1);
Logged
http://lafrancetech.com/pkzd
Serial K!ller
Camper
Posts: 408
Re: Can i place it ...
«
Reply #6 on:
February 14, 2010, 04:46:44 pm »
try with replacing the last '1,1)' with '349,26)'
«
Last Edit: February 14, 2010, 04:51:32 pm by Serial K!ller
»
Logged
Hacktank
Camper
Posts: 462
Soldat Scripter
Re: Can i place it ...
«
Reply #7 on:
February 14, 2010, 05:16:05 pm »
No, tenspaces is just ten chr(13)+chr(10)'s. You need to remove those and then you will be free to change the location.
DrawText(ID,' Level: '+inttostr(players[ID].lvl)+chr(13)+chr(10)+' XP: '+inttostr(players[ID].xp)+'/'+inttostr(players[ID].nextxp)+chr(13)+chr(10)+' Mana: '+inttostr(players[ID].mana)+'/'+inttostr(players[ID].maxmana)+' '+hp+chr(13)+chr(10)+streakdraw+ragedraw+flamerdraw+turretdraw,300,$FFFFFFFF,0.08,
300,300
);
Back then i used really bad methods
.
Logged
Pages: [
1
]
« previous
next »
Official Soldat Forums
Server Talk
Scripting Discussions and Help
(Moderators:
chrisgbk
,
Bonecrusher
)
Can i place it ...