0 Members and 1 Guest are viewing this topic.
procedure DoHeal(ID: Byte; HealPoints: Integer)
Quote from: miketh2005 on July 10, 2009, 07:31:20 pmDonate to enesceHAHAHAHAHAHAHA
Donate to enesce
Function OnplayerBonus(ID,BonusType); If BonusType = 1 then begin customBonus(ID); result := false; end else begin result := true; end;end;
spawnCustomBonus(PosX,PosY,CustombonusIDtype,"\downloads\mytext.bmp")andOnplayerCustomBonus(ID : byte ;BonusType : byte) : boolean;
My new password is secure as shit Mate, I am not sure Shit is even secured nowadays.
Instead of adding this, I think, if possible, he should add a way to spawn custom pictures.
Quote from: miketh2005 on September 10, 2009, 04:07:05 pmInstead of adding this, I think, if possible, he should add a way to spawn custom pictures.I hope new scripting core will support this.(...extra map features to provide exciting new gameplay elements, vastly improved interface customization via server-side scripting, truckloads of new Script Core features...)
Also, changing playing movement speed is much needed.P.S. I like love your new avatar, raya
Last year, I dreamt I was pissing at a restroom, but I missed the urinal and my penis exploded.
*cough* *cough*
Resolution is kind off useless, isnt it?
GetPlayerStat(ID,'Deaths') := *NUMBER GOES HERE*For setting how much caps would the player have? I think it is possible via GetPlayerStat(ID,'Flags') := *NUMBER GOES HERE*
Quote from: croat1gamer on September 15, 2009, 09:08:33 amResolution is kind off useless, isnt it?No! For example, a script of rpg with a skill of flash. I use a big drawtext for cover the display of players. This go work with players of low resolution.But for players with hight resolution. Go cover only a small area of screen.I could set the correct size of drawtext using the player resolution.Quote from: croat1gamer on September 15, 2009, 09:08:33 amGetPlayerStat(ID,'Deaths') := *NUMBER GOES HERE*For setting how much caps would the player have? I think it is possible via GetPlayerStat(ID,'Flags') := *NUMBER GOES HERE*This cause syntax error of Identifier expected. GetPlayerStat go return deaths and flags caps of player, can't change them.Compare GetPlayerStat(ID,'Kills') with SetScore(ID, kills).http://enesce.com/help/html/Functions/SetScore.html