19.11.2012, 01:02
Aqui esse erro:
Ele nem abre o compiler diz Pawno Library parou de funcionar... D: D: D: D: D:
Код:
//------------------------------------------------------------------------------------------------------
public OnPlayerConnect(playerid)
{
DestroyObject(playerid, 4024, 1479.8672, -1790.3984, 56.0234, 0.25);
DestroyObject(playerid, 4044, 1481.1875, -1785.0703, 22.3828, 0.25);
DestroyObject(playerid, 1527, 1448.2344, -1755.8984, 14.5234, 0.25);
DestroyObject(playerid, 4002, 1479.8672, -1790.3984, 56.0234, 0.25);
DestroyObject(playerid, 3980, 1481.1875, -1785.0703, 22.3828, 0.25);
DestroyObject(playerid, 4003, 1481.0781, -1747.0313, 33.5234, 0.25);
DestroyObject(playerid, 1311, 1823.4219, -1647.2734, 16.6719, 0.25);
DestroyObject(playerid, 1226, 1817.5156, -1623.8359, 16.3594, 0.25);
return 1;
SetPlayerPos(playerid, 1699.2,1435.1, 10.7);
if(IsPlayerNPC(playerid))
{
SpawnPlayer(playerid);
new nome[24], str[50];
GetPlayerName(playerid, nome, 24);
format(str, sizeof str, "%s - Arara", nome);
if(dini_Isset("Araras.ini", str))
{
Infoa[playerid][Arara] = bool:dini_Bool("Araras.ini", str);
format(str, sizeof str, "%s - Racao", nome);
Infoa[playerid][Racao] = bool:dini_Bool("Araras.ini", str);
format(str, sizeof str, "%s - Grande", nome);
Infoa[playerid][Grande] = dini_Int("Araras.ini", str);
if(Infoa[playerid][Arara])
{
Infoa[playerid][Tempo] = SetTimerEx("Crescimento", 300000, true, "i", playerid);
SendClientMessage(playerid, 0xFFFF00FF, "Alimente sua arara ou ela morrerб.");
}
}
}
return 1;
}


