Help with bus script - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help with bus script (
/showthread.php?tid=190928)
Help with bus script -
kert93 - 17.11.2010
How do I create, that if you enter into checkpoint, it announces stop and next stop in the bus and little around it.
I need to add it here:
Код:
case 0:
{
SendClientMessage(playerid,0x00C2ECFF,"Sa hakkasid sхitma liini 1 suunal Willofield'i rand - Los Florres.");
SendClientMessage(playerid,0x00C2ECFF,"Oota enne vдlumist 30 sekundit.")
DisablePlayerCheckpoint(playerid);
PCP[playerid]++;
SetPlayerCheckpoint(playerid,Liin1CP[1][0],Liin1CP[1][1],Liin1CP[1][2],5.0);
}
Re: Help with bus script -
kert93 - 17.11.2010
anyone? I really need it