[pomoc]cp

Započeo ‹Fox›, Mart 27, 2011, 19:40:40 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

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://
Poslednja Izmena: Mart 27, 2011, 19:42:22 POSLE PODNE od [ST]Stjepan_Fox