Skripta koju koristim:Under POint
Detaljan opis problema:Kada ocu da kompile dobijem 2 erora Invalid Function or Declaration
Neke slike/video za lakse dobivanje pomoci(neobavezno): http://pastebin.com/370d2m5h
[Pomoc] invalid function
205
pregleda
2
postova
10. Jan. 2014.
YCMD:lampa1(playerid, params[], help)
{
if(IsPlayerConnected(playerid))
{
if(PlayerInfo == 1 || PlayerInfo == 1)
{
if(IsPlayerAttachedObjectSlotUsed(playerid,LAMPA_SLOT)) RemovePlayerAttachedObject(playerid,LAMPA_SLOT);
if(IsPlayerAttachedObjectSlotUsed(playerid,LAMPA_SLOT1)) RemovePlayerAttachedObject(playerid,LAMPA_SLOT1);
SetPlayerAttachedObject(playerid, LAMPA_SLOT,18656, 5, 0.1, 0.038, -0.1, -90, 180, 0, 0.03, 0.03, 0.03);
SetPlayerAttachedObject(playerid, LAMPA_SLOT1,18641, 5, 0.1, 0.02, -0.05, 0, 0, 0, 1, 1, 1);
SendClientMessage(playerid, 0x33CCFFAA, "[I:RP] Stavili Ste Lampu na sebe "); ////EROR I OVDE
}
else
{
SendClientMessage(playerid, 0x33CCFFAA, "[I:RP] Samo Policija "); //////EROR OVDE
}
}
return 1;
}Morate biti prijavljeni da biste odgovorili na ovu temu.
Prijava