Health & Armor Icons
#9

Sorry for double post

k ill show u my script thing

pawn Код:
public OnGameModeInit()
{
   // Armor Under Tower
   CreatePickup ( 1242, 2, 1881.5703, 1635.9821, 10.6411 );

   // Health Over Beside Tower
   CreatePickup ( 1240, 2, 2208.0178, 1285.5035, 10.8203 );

   // Health Behind Hideout
   CreatePickup ( 1240, 2, 1881.8005, 1628.8505, 10.6310 );

   // Armor Behind Hideout
   CreatePickup ( 1242, 2, 1881.5703, 1635.9821, 10.6411 );
   return 1;

    SetGameModeText("NZ Fun Server");
    AddObjects();
    ShowPlayerMarkers(1);
    ShowNameTags(1);
and this error now :

Код:
C:\Documents and Settings\Oscar\Desktop\Server\gamemodes\ithinkitworks.pwn(378) : warning 225: unreachable code
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
Reply


Messages In This Thread
Health & Armor Icons - by The Fame - 05.06.2009, 23:59
Re: Health & Armor Icons - by Backwardsman97 - 06.06.2009, 00:23
Re: Health & Armor Icons - by The Fame - 06.06.2009, 01:05
Re: Health & Armor Icons - by Backwardsman97 - 06.06.2009, 01:06
Re: Health & Armor Icons - by HuRRiCaNe - 06.06.2009, 01:13
Re: Health & Armor Icons - by The Fame - 06.06.2009, 01:19
Re: Health & Armor Icons - by Backwardsman97 - 06.06.2009, 01:21
Re: Health & Armor Icons - by The Fame - 06.06.2009, 01:28
Re: Health & Armor Icons - by The Fame - 06.06.2009, 01:34
Re: Health & Armor Icons - by Backwardsman97 - 06.06.2009, 02:25

Forum Jump:


Users browsing this thread: 1 Guest(s)