Sziasztok!
Kellene nekem ehhez a scripthez:
function UpdateSpeed()
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(!IsPlayerConnected(i)) continue;
if(!IsPlayerInAnyVehicle(i)) continue;
if(GetVehicleSpeed(GetPlayerVehicleID(i)) > 30)
{
if(pWarned) continue;
pWarned = true;
GameTextForPlayer(playerid, \"A MOTOR FULLAD!\", 3000, 1);
SendClientMessage(playerid, COLOR_RED, \"Vigyázz a motor migyárt lefuladd! Nyomd meg a SPACE gombot!\");
DieTimer = SetTimerEx(\"motor\", 3000, false, \"d\", i);
}
}
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(!IsPlayerConnected(i)) continue;
if(!IsPlayerInAnyVehicle(i)) continue;
if(GetVehicleSpeed(GetPlayerVehicleID(i)) > 60)
{
if(pWarned) continue;
pWarned = true;
GameTextForPlayer(playerid, \"A MOTOR FULLAD!\", 3000, 1);
SendClientMessage(playerid, COLOR_RED, \"Vigyázz a motor migyárt lefuladd! Nyomd meg a SPACE gombot!\");
DieTimer = SetTimerEx(\"motor\", 3000, false, \"d\", i);
}
}
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(!IsPlayerConnected(i)) continue;
if(!IsPlayerInAnyVehicle(i)) continue;
if(GetVehicleSpeed(GetPlayerVehicleID(i)) > 90)
{
if(pWarned) continue;
pWarned = true;
GameTextForPlayer(playerid, \"A MOTOR FULLAD!\", 3000, 1);
SendClientMessage(playerid, COLOR_RED, \"Vigyázz a motor migyárt lefuladd! Nyomd meg a SPACE gombot!\");
DieTimer = SetTimerEx(\"motor\", 3000, false, \"d\", i);
}
}
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(!IsPlayerConnected(i)) continue;
if(!IsPlayerInAnyVehicle(i)) continue;
if(GetVehicleSpeed(GetPlayerVehicleID(i)) > 120)
{
if(pWarned) continue;
pWarned = true;
GameTextForPlayer(playerid, \"A MOTOR FULLAD!\", 3000, 1);
SendClientMessage(playerid, COLOR_RED, \"Vigyázz a motor migyárt lefuladd! Nyomd meg a SPACE gombot!\");
DieTimer = SetTimerEx(\"motor\", 3000, false, \"d\", i);
}
}
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(!IsPlayerConnected(i)) continue;
if(!IsPlayerInAnyVehicle(i)) continue;
if(GetVehicleSpeed(GetPlayerVehicleID(i)) > 150)
{
if(pWarned) continue;
pWarned = true;
GameTextForPlayer(playerid, \"A MOTOR FULLAD!\", 3000, 1);
SendClientMessage(playerid, COLOR_RED, \"Vigyázz a motor migyárt lefuladd! Nyomd meg a SPACE gombot!\");
DieTimer = SetTimerEx(\"motor\", 3000, false, \"d\", i);
}
}
}
(A script csak egy részét illesztettem be, az illetéktelen kezek elõl [csak ez a rész a lényeg])
Egy olyan,hogy amikor a kocsi sebessége 30km/h
(
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(!IsPlayerConnected(i)) continue;
if(!IsPlayerInAnyVehicle(i)) continue;
if(GetVehicleSpeed(GetPlayerVehicleID(i)) > 30)
{
if(pWarned) continue;
pWarned = true;
GameTextForPlayer(playerid, \"A MOTOR FULLAD!\", 3000, 1);
SendClientMessage(playerid, COLOR_RED, \"Vigyázz a motor migyárt lefuladd! Nyomd meg a SPACE gombot!\");
DieTimer = SetTimerEx(\"motor\", 3000, false, \"d\", i);
}
}
)
Akkor egy TextDraw,a jobb alsó sarokban írja: Váltó:1-es és így tovább ahogy a scriptben látni
Elõre kössz: REMOTE