[Duvida]Como tirar icons
#1

Como se tira estes icons amarelos para entrar na casa? http://1.bp.blogspot.com/_ZLkxbYNLtL.../gallery36.jpg
Reply
#2

embaixo do OnGameModeInit

pawn Код:
DisableInteriorEnterExits();
Reply
#3

tipo assim?
Код:
public OnGameModeInit()
DisableInteriorEnterExits();
{
	//menu
	shop = CreateMenu("Shop Menu", 1, 50.0, 180.0, 200.0, 200.0);
Reply
#4

pawn Код:
public OnGameModeInit()
{
    DisableInteriorEnterExits();
    //menu
    shop = CreateMenu("Shop Menu", 1, 50.0, 180.0, 200.0, 200.0);
Reply
#5

agora aparece isto:
Код:
\\TIAGO-PC\Users\Tiago\Desktop\Server\gamemodes\U_LS_GangWars.pwn(255) : warning 217: loose indentation
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
Reply
#6

Код:
public OnGameModeInit()
{
DisableInteriorEnterExits();
Tenta assim
Reply
#7

й como estб
Reply
#8

eh warning, so por pra roda duh
Reply
#9

para que?
Reply
#10

Problema:
Код:
\\TIAGO-PC\Users\Tiago\Desktop\Server\gamemodes\U_LS_GangWars.pwn(255) : warning 217: loose indentation
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
Como estб:
Код:
public OnGameModeInit()
{
DisableInteriorEnterExits();

	//menu
	shop = CreateMenu("Shop Menu", 1, 50.0, 180.0, 200.0, 200.0);//й esta a linha

	AddMenuItem(shop, 0, "AK47       $1000");
	AddMenuItem(shop, 0, "M4         $1500");
	AddMenuItem(shop, 0, "Combat Shotgun  $1000");
	AddMenuItem(shop, 0, "Tec-9          $1500");
	AddMenuItem(shop, 0, "SMG           $500");
	AddMenuItem(shop, 0, "Shotgun        $500");
	AddMenuItem(shop, 0, "Deagle         $300");
	//====================================================
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)