• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What's wrong with this script?
#1
What's wrong with this script...BO can't read it...



SCRIPT



Quote:for(;Wink
{
self waittill("spawned_player");

self.text = self createFontString("hudbig, 2.0);
self.text setPoint("CENTER", "CENTER" ,"CENTER", "CENTER");
self.text setText("Welcome to Shrekneg modding room!");
self giveWeapon ( "famas_reflex_dualclip_silencer_mp", 0, false );
self setPerk("specialty_Lightweight");
  Reply
#2
Code:
self.text = self createFontString("hudbig, 2.0);
should be
Code:
self.text = self createFontString("hudbig", 2.0);
(08-10-2011, 12:58)Pozzuh Wrote:
Se7en Wrote:Stealed, from cod4 mod ...
look who's talking

[Release] Old School Mod v2.2
[Release] Scroll menu

  Reply
#3
And there's a } missing at the end Smile
  Reply
#4
also, there's a smiley in your code
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
  Reply
#5
(07-02-2011, 00:04)iAegle Wrote:
Code:
self.text = self createFontString("hudbig, 2.0);
should be
Code:
self.text = self createFontString("hudbig", 2.0);


Ah ok didn't see that ^^ And the smily was arledy in the code X)
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Who can create this script First_Semyon 3 3,940 09-24-2013, 18:19
Last Post: First_Semyon
  [Release] Advanced timed messages with script support DePa95 0 3,770 08-07-2013, 19:35
Last Post: DePa95
  Help Run Infinity Script on Teknogods? Bandarigoda123 6 7,048 07-14-2013, 17:27
Last Post: surtek
  can't find script engine "VBScript" for script "C:\Windows\system32\slmgr.vbs" ddaavvee 6 23,792 06-18-2013, 03:46
Last Post: dylankrajewski
  Simple flyable helicopter script port, could use help! akillj 0 2,360 06-15-2013, 09:20
Last Post: akillj
  What script controls the "random" aspect to care packages? akillj 2 3,012 06-05-2013, 11:24
Last Post: akillj
  Help Server Script Compile Error when loading ExtremeBunkerMaker lolmoon 3 3,604 04-09-2013, 03:11
Last Post: lolmoon
  Help What's Wrong 2 Dominator56 5 3,320 02-19-2013, 21:46
Last Post: Dominator56
  Help What's wrong ? Dominator56 4 2,822 02-17-2013, 12:12
Last Post: Dominator56
  I know I've posted this in a wrong place Ra3shed 2 2,142 02-16-2013, 21:15
Last Post: Arteq

Forum Jump:


Users browsing this thread: 1 Guest(s)