Započeo ‹Fox›
•27. Mar. 2011.[pomoc]cp
602
pregleda
1
postova
Underboss
Balkan SA:MP
SA-MP Doprinos
Balkan SA:MP
SA-MP DoprinosNovi Član
240 / 250 XP
Početnik(0)
634
Postovi:
82
Teme:
Pridružio se:Jul 2010
27. Mar. 2011.
skripta koju koristim: stunt od 0
detaljni opis problema: stavio sam na jednom markeru da je velicine 10 a on je 40... prvo sam mu namjestio velicinu 40 a onda sam na 10 stavio ali on je i dalje 40 na serveru
dio skripte: if(utrka4 == 1)
{
if(IsPlayerInCheckpoint(playerid))
{
DisablePlayerCheckpoint(playerid);
SetPlayerCheckpoint(playerid, 1616.0934,38.4064,37.0168, 40.0);
utrka4 = 2;
}
}
if(utrka4 == 2)
{
if(IsPlayerInCheckpoint(playerid))
{
DisablePlayerCheckpoint(playerid);
SetPlayerCheckpoint(playerid, 1620.4280,-864.4189,56.9157, 10.0); ///to je ovaj marker
utrka4 = 3;
}
}
if(utrka4 == 3)
{
if(IsPlayerInCheckpoint(playerid))
{
DisablePlayerCheckpoint(playerid);
SetPlayerCheckpoint(playerid, 1194.7438,-943.1171,42.7421,40.0);
utrka4 = 4;
}
}
slike://
detaljni opis problema: stavio sam na jednom markeru da je velicine 10 a on je 40... prvo sam mu namjestio velicinu 40 a onda sam na 10 stavio ali on je i dalje 40 na serveru
dio skripte: if(utrka4 == 1)
{
if(IsPlayerInCheckpoint(playerid))
{
DisablePlayerCheckpoint(playerid);
SetPlayerCheckpoint(playerid, 1616.0934,38.4064,37.0168, 40.0);
utrka4 = 2;
}
}
if(utrka4 == 2)
{
if(IsPlayerInCheckpoint(playerid))
{
DisablePlayerCheckpoint(playerid);
SetPlayerCheckpoint(playerid, 1620.4280,-864.4189,56.9157, 10.0); ///to je ovaj marker
utrka4 = 3;
}
}
if(utrka4 == 3)
{
if(IsPlayerInCheckpoint(playerid))
{
DisablePlayerCheckpoint(playerid);
SetPlayerCheckpoint(playerid, 1194.7438,-943.1171,42.7421,40.0);
utrka4 = 4;
}
}
slike://
Morate biti prijavljeni da biste odgovorili na ovu temu.
Prijava