20.10.2013, 03:11
Bom, й o seguinte.
Eu editei o Mapa com o programa MapEditor, peguei o cуdigo certinho.
Porйm, na Hora que eu coloco no GM, dб erro na compilaзгo.
Cуdigo em OnPlayerConnect:
O Erro й o seguinte:
C:\Users\Seven\Desktop\Gamemode\gamemodes\GMNOVO.p wn(9886) : error 055: start of function body without function header
C:\Users\Seven\Desktop\Gamemode\gamemodes\GMNOVO.p wn(9895) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
Grato.
Eu editei o Mapa com o programa MapEditor, peguei o cуdigo certinho.
Porйm, na Hora que eu coloco no GM, dб erro na compilaзгo.
Cуdigo em OnPlayerConnect:
PHP код:
{
RemoveBuildingForPlayer(playerid, 5930, 1134.2500, -1338.0781, 23.1563, 0.25);
RemoveBuildingForPlayer(playerid, 5708, 1134.2500, -1338.0781, 23.1563, 0.25);
RemoveBuildingForPlayer(playerid, 617, 1178.6016, -1332.0703, 12.8906, 0.25);
RemoveBuildingForPlayer(playerid, 620, 1184.0078, -1353.5000, 12.5781, 0.25);
RemoveBuildingForPlayer(playerid, 620, 1184.0078, -1343.2656, 12.5781, 0.25);
RemoveBuildingForPlayer(playerid, 618, 1177.7344, -1315.6641, 13.2969, 0.25);
RemoveBuildingForPlayer(playerid, 620, 1184.8125, -1292.9141, 12.5781, 0.25);
RemoveBuildingForPlayer(playerid, 620, 1184.8125, -1303.1484, 12.5781, 0.25);
return 1;
}
C:\Users\Seven\Desktop\Gamemode\gamemodes\GMNOVO.p wn(9886) : error 055: start of function body without function header
C:\Users\Seven\Desktop\Gamemode\gamemodes\GMNOVO.p wn(9895) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
Grato.