- 0
Crash la comnda /fill
-
Similar Content
-
- 0 answers
- 349 views
-
SA:MP crash
By William,
- 1 answer
- 825 views
-
- 0 answers
- 996 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
By William,
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
Andrei.Sy
Problema intalnita (descriere): Când cineva încearcă să folosească comanda [/fill] primeste crash
Ero(area / rile) / warning-(ul / urile): Nu am erori
Liniile de cod / sursa / script-ul(obligatoriu): :
CMD:fill(playerid, params[])
{
if(IsPlayerInAnyVehicle(playerid))
{
if(IsAtGasStation(playerid))
{
TogglePlayerControllable(playerid, 0);
GameTextForPlayer(playerid,"~w~~n~~n~~n~~n~~n~~n~~n~~n~~n~Se umple rezervorul~nAsteapta...",2000,3);
SetTimer("Fillup",RefuelWait,0);
Refueling[playerid] = 1;
}
else
{
SCM(playerid, COLOR_TEAL,"Benzina: {FFFFFF}Nu esti la benzinarie!");
}
}
return 1;
}
Imagini / Video (optional): -
Ati incercat sa rezolvati singur?: Da
Link to comment
Share on other sites
7 answers to this question
Recommended Posts