model not validating - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: model not validating (
/showthread.php?tid=650916)
model not validating -
FinStar - 09.03.2018
Hi guyz, i have little problem with model.
[warning] Could not validate 0x2016E521.dff, Error(44019:0x0) Deleting..
What is 44019:0x0 ?
Код:
AddSimpleModel(-1,1098, -2003, "obj.dff", "obj.txd");
Код:
CMD:obj(playerid, params[])
{
new Float:pos[3]; GetPlayerPos(playerid, pos[0], pos[1], pos[2]);
CreateObject(-2003, pos[0], pos[1], pos[2], 0.0, 0.0, 0.0);
return 1;
}
Re: model not validating -
ScOtCZ - 10.03.2018
UP !
Re: model not validating -
PepsiCola23 - 10.03.2018
https://sampforum.blast.hk/showthread.php?tid=645823
check the 0.3DL section