[AJUDA] erro simples PAWN
#1

Alguen me diz onde estб errado por favor !

pawn Код:
#include <a_samp>

public OnFilterScriptInit()
{
        print("\n--------------------------------------");
        print(" ONDE ESTA O ERRO ? *-* ");
        print("--------------------------------------\n");
 return 1;
}
public OnPlayerCommandText(playerid, cmdtext[])
if(strcmp("/arena", cmdtext, true) == 0)
{
        SetPlayerInterior(playerid, 10);//Id do interior
        SetPlayerPos(playerid, -975.975708,1060.983032,1345.671875);//coordenada do interior
    }
    return 1;
}

public OnGameModeInit()
{
CreateObject(4182, 837.20001220703, -1996.5999755859, 12.10000038147, 0, 0, 0);
return 1;
}
erro:
pawn Код:
C:\Users\User\Desktop\apagar.pwn(8) : warning 217: loose indentation
C:\Users\User\Desktop\apagar.pwn(16) : error 010: invalid function or declaration
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.
Alguen me ajuda !!
Reply


Messages In This Thread
[AJUDA] erro simples PAWN - by RNT - 24.02.2012, 20:44
Re: [AJUDA] erro simples PAWN - by Troll Face - 24.02.2012, 20:48
Re: [AJUDA] erro simples PAWN - by kinhobryant - 24.02.2012, 20:48
Re: [AJUDA] erro simples PAWN - by kinhobryant - 24.02.2012, 20:51
Re: [AJUDA] erro simples PAWN - by Ricardolas00 - 24.02.2012, 20:53
Respuesta: [AJUDA] erro simples PAWN - by RNT - 24.02.2012, 21:11
Re: [AJUDA] erro simples PAWN - by Troll Face - 24.02.2012, 21:19
Re: [AJUDA] erro simples PAWN - by PlayeR_TheReturN - 24.02.2012, 22:15

Forum Jump:


Users browsing this thread: 2 Guest(s)