SA-MP Forums Archive
stock CreateObjectInArea , this is not work - 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: stock CreateObjectInArea , this is not work (/showthread.php?tid=555439)



stock CreateObjectInArea , this is not work - _Application_ - 07.01.2015

help me please,

this is the code :
PHP код:
stock CreatePlayerObjectInArea(playeridobjectidFloat:minxFloat:minyFloat:maxxFloat:maxyrx,ry,rz)
{
    
CreatePlayerObject(playeridobjectidfloat(floatround(random(floatround(maxx-minx))+minx)), float(floatround(random(floatround(maxy-miny))+miny)), float(random(7))+,rx,ry,rz200.0);
    return 
1;

this is not worked me ,




Re: stock CreateObjectInArea , this is not work - Smileys - 07.01.2015

What doesnt work?