Dio skripte:
forward Tutorial3(playerid);
public Tutorial3(playerid)
{
KillTimer(TutorialTimer3); //new string;
SetPlayerInterior(playerid, 0); TogglePlayerControllable(playerid, 0);
SetPlayerVirtualWorld(playerid, 0);
TogglePlayerSpectating(playerid, 1);
SetPlayerPos(playerid, 1665.8699,-1918.4153,21.9542); SetPlayerFacingAngle(playerid, 0.0);
//SetPlayerCameraPos(playerid, 1608.8043, -1869.1400, 18.1780);
//SetPlayerCameraLookAt(playerid, 1609.6498, -1869.6808, 18.0730);
InterpolateCameraPos(playerid, 1592.006347, -1873.167602, 17.897781, 1617.290283, -1872.757934, 17.897781, 7000);
InterpolateCameraLookAt(playerid, 1592.076904, -1878.142456, 17.402502, 1617.387939, -1877.729614, 17.375299, 7000);
OcistiChat(playerid,80);
SCM(playerid, -1, ""SERVER"- Posao Raznosac Novina - (( 3/8 ))");
SCM(playerid, -1, "- Ovo je posao Raznosac novina.");
SCM(playerid, -1, "- Ovaj posao ima prosjecnu zaradu od 5000$ po dostavi.");
SCM(playerid, -1, "- Posao funkcionira tako da idete do markera i dostavljate novine.");
SCM(playerid, -1, "- Za ovaj posao potreban vam je level 2, posao ugovor: 2 sata.");
TutorialTimer4 = SetTimerEx("Tutorial1",15000, true, "d", playerid);
return 1;
}