- 0
Problema tasta pornire motor
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
d3nTz1k
salutare am si eu un filtrescript si e setat din el ca motoru masinii sa porneasca cand apesi NUM6 ma puteti ajuta sa il pun sa porneasca de pe tasta 2 atentie nu NUM2 tasta 2 simpla
Eu am incercat dar nu ma descurc ... Va Multumesc
[pawn]public OnPlayerStateChange(playerid, newstate, oldstate)
{
if(newstate == 2)
{
OnPlayerCommandText(playerid, 1114400);
for(new var0 = 0; var0 < glob108A60; var0++)
{
if(strcmp(glob0[var0], function2090(playerid), true) == -1 && GetPlayerVehicleID(playerid) == glob0[var0][0])
{
if(IsPlayerConnected(functionF9FC(glob0[var0])))
{
SendClientMessage(functionF9FC(glob0[var0]), 0xFF0000FF, "Cineva a intrat in masina dvs. personala!");
}
}
}
SendClientMessage(playerid, 0x00FFFFFF, "{FFFF00}[Kill4Fun]{FFFFFF} Apasati tasta {FF0000}NUM6{FFFFFF} pentru a pornii motorul masini.");
return 1;
}
return 1;
}[/pawn]
8 answers to this question
Recommended Posts