unknown command -
Showerr - 21.10.2017
salut, am si eu o broblema la gamemodul meu deci cand vreau sa imi dau respawn la masina imi apare la comanda v unknown command cum asi putea sa rezolv aceasta problema inervanta arat si cod sursa daca este nevoie
Re: unknown command -
Showerr - 21.10.2017
CMD:v(playerid, params [])
{
if(IsPlayerConnected(playerid))
{
format(pInfo[playerid][pT], 45, "%s's Vehicles (%d slots)", GetName(playerid), pInfo[playerid][pSlotVeh]), stdlg[playerid] = "Name\tStatus\tSpawn\tClass";
for(new i = 0; i < 15; ++i) if(Veh[playerid][i][Owner] == pInfo[playerid][pID])
format(stdlg[playerid], 800, "%s\n%s%s\t%s\t%s\t%s", stdlg[playerid], g_VehicleNames[Veh[playerid][i][Model] -400], Veh[playerid][i][vTax] == 0 ? ("") : (" ({BD0000}seized{FFFFFF})"), Veh[playerid][i][Lock] == 0 ? ("{00BA19}Unlocked") : ("{BD0000}Locked"), Veh[playerid][i][vSp] == 1 ? ("{BD0000}Despawned") : ("{00BA19}Spawned"), Veh[playerid][i][Class]);
ShowPlayerDialog(playerid, DIALOG_V, DIALOG_STYLE_TABLIST_HEADERS, pInfo[playerid][pT], stdlg[playerid], "Select", "Cancel");
}
return 1;
}
Re: unknown command -
Showerr - 22.10.2017
Quote:
Originally Posted by Cycle
Prietene, ai putea să trimiți codul pentru a ajuta la previzualizare?
|
ma ajuti?
Re: unknown command -
DimaShift - 22.10.2017
acesta eroare e mereu de la native! adica ati pus un include al unui plugin, dar pluginul nu la-ti pus in server.cfg
Re: unknown command -
Showerr - 22.10.2017
Quote:
Originally Posted by DimaShift
acesta eroare e mereu de la native! adica ati pus un include al unui plugin, dar pluginul nu la-ti pus in server.cfg
|
ce asi putea face in solutia asta la plugin am asa plugins crashdetect.so streamer.so sscanf.so Whirlpool.so mysql.so
Re: unknown command -
DimaShift - 22.10.2017
ce versiune e serverul?
Re: unknown command -
Showerr - 22.10.2017
Quote:
Originally Posted by DimaShift
ce versiune e serverul?
|
R39-6
Re: unknown command -
DimaShift - 22.10.2017
ma serverul, nu Mysql
Re: unknown command -
Showerr - 22.10.2017
Quote:
Originally Posted by DimaShift
ma serverul, nu Mysql
|
v2.8.0 este dar am mai adaugat unele comenzi in el
daca te referi la versiunea samp-server.exe este ultima descarcata v0.3.7-R2
Re: unknown command -
DimaShift - 22.10.2017
la tote comenzile primesti asa erore sau numai la aceasta?