Skripta koju koristim:Od 0
Detaljan opis problema:Napravio sam komandu /startvodic i sve lepo radi ali igrac kad udje na cp nece mu nestane i da mu stigne poruka npr stigao si na odrediste kako da napravio to ?
Dio skripte://
Neke slike/video za lakse dobivanje pomoci(neobavezno): http://prntscr.com/h8v21y https://imgur.com/a/SJ3mE
OnPlayerEnterCheckpoint
1,134
pregleda
6
postova
10. Nov. 2017.
http://wiki.sa-mp.com/wiki/OnPlayerEnterCheckpoint
http://wiki.sa-mp.com/wiki/DisablePlayerCheckpoint
EDIT - Pogledaj tutorial http://balkan-samp.com/forum/index.php?topic=115406.0
http://wiki.sa-mp.com/wiki/DisablePlayerCheckpoint
EDIT - Pogledaj tutorial http://balkan-samp.com/forum/index.php?topic=115406.0
10. Nov. 2017.
new RadiVodic[ MAX_PLAYERS ];public OnPlayerEnterCheckpoint(playerid)
{
if(RadiVodic[ playerid ] == 1) return SendClientMessage( playerid, -1, "Stigao si" ), RadiVodic[ playerid ] = 0;
return 1;
}10. Nov. 2017.
Slade wrote on November 10, 2017, 9:08 pm:
new RadiVodic[ MAX_PLAYERS ];public OnPlayerEnterCheckpoint(playerid)
{
if(RadiVodic[ playerid ] == 1) return SendClientMessage( playerid, -1, "Stigao si" ), RadiVodic[ playerid ] = 0;
return 1;
}nisi stavio disableplayercheckpoint
public OnPlayerEnterCheckpoint(playerid)
{
if(RadiVodic[ playerid ] == 1) return SendClientMessage( playerid, -1, "Stigao si" ), RadiVodic[ playerid ] = 0,DisablePlayerCheckpoint(playerid);
return 1;
}Morate biti prijavljeni da biste odgovorili na ovu temu.
Prijava