03.12.2011, 02:31
Boa XD, agora o unico erro que procede й akele, devo ter fexado as chaves em lugar errado :S
ERRO:
C:\Users\User4\Desktop\Exemplo .pwn(1 : error 030: compound statement not closed at the end of file (started at line 12)
pawn Код:
#include <a_samp>
main()
{
print("Servidor execultado com sucesso");
print("-------------------------");
print("Forum.SA-MP.com - Acesse!");
}
public OnPlayerCommandText(playerid, cmdtext[])
{
if(!strcmp(cmdtext, "/pegar gasolina", true))
{
AttachObjectToPlayer( 1650, playerid, 1.5, 0.5, 0, 0, 1.5, 2 );
return 1;
}
C:\Users\User4\Desktop\Exemplo .pwn(1 : error 030: compound statement not closed at the end of file (started at line 12)