aki tao os erros
E:\Documents and Settings\Jones\Desktop\sftdm(1).pwn(124) : warning 217: loose indentation
E:\Documents and Settings\Jones\Desktop\sftdm(1).pwn(273) : warning 217: loose indentation
E:\Documents and Settings\Jones\Desktop\sftdm(1).pwn(574) : error 010: invalid function or declaration
E:\Documents and Settings\Jones\Desktop\sftdm(1).pwn(577) : error 010: invalid function or declaration
E:\Documents and Settings\Jones\Desktop\sftdm(1).pwn(580) : error 010: invalid function or declaration
E:\Documents and Settings\Jones\Desktop\sftdm(1).pwn(583) : error 010: invalid function or declaration
E:\Documents and Settings\Jones\Desktop\sftdm(1).pwn(121) : warning 204: symbol is assigned a value that is never used: "portao"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors. e 3 warning
aki como eu fiz:
1-- topo do game mod
//------------------------------------------------------------------------------
//
// San Fierro TDM. A Team Deathmtach script for SA-MP 0.1
//
//------------------------------------------------------------------------------
new portao;
forward UpdateScore();
#include <a_samp>
#include <core>
#include <float>
2-- OnGameModeInit.
public OnGameModeInit()
SetGameModeText("San Fierro TDM");
SetTeamCount(7);
ShowNameTags(1);
ShowPlayerMarkers(1);
SetWorldTime(1
;
SetTimer("UpdateScore",1000,1);
portao = CreateObject(980,2775.2778320313,-1900.3674316406,10.0546875,0.0,0.0,0.0);//COORDENADA DO PORTГO FECHADO ( obs o numero 980 eu n mudei)
linha 124 : CreateObject(3639, 1927.560547, -2991.201172, 4.221609, 0.0000, 0.0000, 0.0000);
linha 273: AddPlayerClass(260,-2062.5583,237.4662,35.7149,268.8936,22,272,25,40,4 ,1); //Worker
OnCommandText:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp(cmdtext, "/kill", true)==0)
{
SetPlayerHealth(playerid, 0.00);
SendClientMessage(playerid, COLOR_RED,"Voce se Matou");
}
return 1;
}
linha 574 : if (strcmp("/FecharPortao", cmdtext, true, 10) == 0)
{
MoveObject(portao, 2765.2514648438, -1900.3674316406, 10.0546875,2.0); //2.0 й a velocidade em que o portao abrirб. No qual vocк pode alterar para a de sua preferкncia.
linha 577: return 1;
}
================================================== ================================================== =====
linha 580 : if (strcmp("/AbrirPortao", cmdtext, true, 10) == 0)
{
MoveObject(portao, 2765.2514648438, -1900.8149414063, 9.8566474914551,2.0);//2.0 й a velocidade em que o portao abrirб. No qual vocк pode alterar para a de sua preferкncia.
linha 583: return 1;
}
obs : As coordenadas q eu peguei criando um portao aberto foram essas:
aberto :CreateObject(969, 2765.2514648438, -1900.8149414063, 9.8566474914551, 0, 0, 0);
fechado:CreateObject(969, 2775.2778320313, -1900.3674316406, 10.0546875, 0, 0, 0);
esse primeiro numero 969 foi o unico q n colokei la em cima:
por favor ajudem