Balkan SA:MP

PAWN skriptanje, gamemodovi, filterskripte, include fajlovi, mape, pluginovi => Razgovor u vezi PAWN - skriptanja => Temu započeo: Scripter_Buduci poslato Februar 28, 2016, 09:34:17 PRE PODNE

Naslov: [Pomoc]oko skripte
Poruka od: Scripter_Buduci poslato Februar 28, 2016, 09:34:17 PRE PODNE
Skripta koju koristite:UP:RP
Detaljni opis o problemu:E ovako kada kucam /m4naledjima,/ak47naledjima i /tec9l stvori se na sekund i odmah se skloni ne kucam /dodacioff nego samo se stvori ono na blic i to je to
Dio skripte:
[pawn]YCMD:m4naledjima(playerid, params[], help)
{
   if(PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pGM] >= 1 || PlayerInfo[playerid][pPromoter] >= 1 || PlayerInfo[playerid][pVip] >= 1)
   {
      SetPlayerAttachedObject( playerid, 0, 356, 1, 0.222186, -0.146085, 0.085346, 0.000000, 151.341934, 0.000000, 1.000000, 1.000000, 1.000000 ); // m4 - m4
   }
   else
   {
      SendClientMessage(playerid, -1, "Niste ovlasteni da koristite ovu komandu!");
   }
   return 1;
}
YCMD:ak47naledjima(playerid, params[], help)
{
   if(PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pGM] >= 1 || PlayerInfo[playerid][pPromoter] >= 1 || PlayerInfo[playerid][pVip] >= 1)
   {
      SetPlayerAttachedObject( playerid, 1, 355, 1, 0.253790, -0.141571, 0.094299, 0.000000, 155.042755, 0.000000, 1.000000, 1.000000, 1.000000 ); // ak47 - ak
   }
   else
   {
      SendClientMessage(playerid, -1, "Niste ovlasteni da koristite ovu komandu!");
   }
   return 1;
}
YCMD:tec9l(playerid, params[], help)
{
   if(PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pGM] >= 1 || PlayerInfo[playerid][pPromoter] >= 1 || PlayerInfo[playerid][pVip] >= 1)
   {
      SetPlayerAttachedObject( playerid, 2, 372, 7, -0.149622, 0.041156, -0.073983, 270.018768, 359.987884, 357.778808, 1.000000, 1.000000, 1.000000 ); // tec9 - tec
   }
   else
   {
      SendClientMessage(playerid, -1, "Niste ovlasteni da koristite ovu komandu!");
   }
   return 1;
}[/pawn]
Neke slike/video za lakse dobivanje pomoci(neobavezno):ako bude trebalo okacicu
Naslov: Odg: [Pomoc]oko skripte
Poruka od: Arkoo poslato Februar 28, 2016, 11:25:40 PRE PODNE
Provjeri da nemas FS ukljucenu
Naslov: Odg: [Pomoc]oko skripte
Poruka od: Scripter_Buduci poslato Februar 28, 2016, 11:59:01 PRE PODNE
FUll Skil ili?
Naslov: Odg: [Pomoc]oko skripte
Poruka od: Scripter_Buduci poslato Februar 28, 2016, 13:51:30 POSLE PODNE
Neko pomoc
Naslov: Odg: [Pomoc]oko skripte
Poruka od: Letic poslato Februar 28, 2016, 17:59:25 POSLE PODNE


Molimo te da procitas pravila foruma te da onda otvoris temu po pravilima.

Razlog zakljucavanja:
Nepostovanje pravila podforuma

Pravila:
Razgovor u vezi PAWN-Skriptanja (http://balkan-samp.com/forum/index.php?topic=11453.0).