Započeo Dane
•12. Jan. 2012.• Zaključano[Pomoc]Admin kuca
669
pregleda
3
postova
Underboss
Balkan SA:MP
SA-MP Doprinos
Balkan SA:MP
SA-MP DoprinosNovi Član
240 / 250 XP
Početnik(0)
528
Postovi:
88
Teme:
Pridružio se:Jun 2011
12. Jan. 2012.
Skripta koju koristim:NX
Detaljan opis problema😛a znaÄi napravio sam komandu /adminkuca da se porta do nje ali se porta na most gdje sam pogrijeÅ¡io u koordinantama?
Dio skripte:
Neke slike/video za lakse dobivanje pomoci(neobavezno)://
Detaljan opis problema😛a znaÄi napravio sam komandu /adminkuca da se porta do nje ali se porta na most gdje sam pogrijeÅ¡io u koordinantama?
Dio skripte:
CMD:adminkuca(playerid, params[])
{
if(IsPlayerConnected(playerid))
{
if (PlayerInfo >= 3)
{
if (GetPlayerState(playerid) == 2)
{
new tmpcar = GetPlayerVehicleID(playerid);
SetVehiclePos(tmpcar, 142,-2654.5962,-216.5740,4.2721,176.5065);
TelePos = 0.0;TelePos = 0.0;
}
else
{
SetPlayerPos(playerid, 142,-2654.5962,-216.5740,4.2721,176.5065);
}
SendClientMessage(playerid, COLOR_GRAD1, " Portan si !");
SetPlayerInterior(playerid,0);
PlayerInfo = 0;
}
else
{
SendClientMessage(playerid, COLOR_GRAD1, " Nisi ovlasten!");
}
}
return 1;
}Neke slike/video za lakse dobivanje pomoci(neobavezno)://
Godfather
Balkan SA:MP
SA-MP Doprinos
Balkan SA:MP
SA-MP DoprinosNovi Član
240 / 250 XP
Početnik(0)
2,079
Postovi:
24
Teme:
Pridružio se:Feb. 2011
Underboss
Balkan SA:MP
SA-MP Doprinos
Balkan SA:MP
SA-MP DoprinosNovi Član
240 / 250 XP
Početnik(0)
528
Postovi:
88
Teme:
Pridružio se:Jun 2011
12. Jan. 2012.
Quote from January 12, 2012, 12:37 pm:
SetPlayerPos(playerid, 142,-2654.5962,-216.5740,4.2721,176.5065);Evo ga napravio sam:
CMD:adminkuca(playerid, params[])
{
if(IsPlayerConnected(playerid))
{
if (PlayerInfo >= 3)
{
if (GetPlayerState(playerid) == 2)
{
new tmpcar = GetPlayerVehicleID(playerid);
SetVehiclePos(tmpcar, -2654.5,-216.5,4.2);
TelePos = 0.0;TelePos = 0.0;
}
else
{
SetPlayerPos(playerid, -2654.5,-216.5740,4.2721);
}
SendClientMessage(playerid, COLOR_GRAD1, " Portan si !");
SetPlayerInterior(playerid,0);
PlayerInfo = 0;
}
else
{
SendClientMessage(playerid, COLOR_GRAD1, " Nisi ovlasten!");
}
}
return 1;
}Može lock!
Morate biti prijavljeni da biste odgovorili na ovu temu.
Prijava