Balkan SA:MP

PAWN skriptanje, gamemodovi, filterskripte, include fajlovi, mape, pluginovi => Razgovor u vezi PAWN - skriptanja => Temu započeo: ‹Fox› poslato Mart 27, 2011, 19:40:40 POSLE PODNE

Naslov: [pomoc]cp
Poruka od: ‹Fox› poslato Mart 27, 2011, 19:40:40 POSLE PODNE
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[playerid] == 1)
{
if(IsPlayerInCheckpoint(playerid))
{
DisablePlayerCheckpoint(playerid);
SetPlayerCheckpoint(playerid, 1616.0934,38.4064,37.0168, 40.0);
utrka4[playerid] = 2;
}
}
if(utrka4[playerid] == 2)
{
if(IsPlayerInCheckpoint(playerid))
{
DisablePlayerCheckpoint(playerid);
SetPlayerCheckpoint(playerid, 1620.4280,-864.4189,56.9157, 10.0); ///to je ovaj marker
utrka4[playerid] = 3;
}
}
if(utrka4[playerid] == 3)
{
if(IsPlayerInCheckpoint(playerid))
{
DisablePlayerCheckpoint(playerid);
SetPlayerCheckpoint(playerid, 1194.7438,-943.1171,42.7421,40.0);
utrka4[playerid] = 4;
}
}

slike://