26.05.2012, 07:30
Use streamer, with it you can put unlimited objects,"CreateDynamicObject" but native from samp you can put only 500-900 and u need to have free space for neon system if u have it!
anyway streamer plugin and include find here: https://sampforum.blast.hk/showthread.php?tid=102865
and in your FilterScript under your #includes put
REP + if I help you! please!
anyway streamer plugin and include find here: https://sampforum.blast.hk/showthread.php?tid=102865
and in your FilterScript under your #includes put
pawn Код:
#include <a_samp>
//Under it put:
#include <streamer>
//and On gamModeInit put your code and you can corvent it on web page: http://www.convertffs.com/
public OnGameModeInit()
{
CreateDynamicObject()
return 1;
}