SA-MP Forums Archive
Object id 65555 Bug - 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: Object id 65555 Bug (/showthread.php?tid=411169)



Object id 65555 Bug - Azazelo - 27.01.2013

When i try to create object command executed but object not show.

pawn Код:
new objid = CreateObject(... // any model , any cord
printf("ID:%i",objid);//ID:65555
Any suggestion why this happen?


Re: Object id 65555 Bug - Azazelo - 27.01.2013

Yes 65535
Quote:

(possibly as you tried to create too many)

[SOLVED] Thank you ******