SA-MP Forums Archive
Actor Bug 0.3.DL - 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: Actor Bug 0.3.DL (/showthread.php?tid=652474)



Actor Bug 0.3.DL - RichKiez - 12.04.2018

When I put the actor into the gamemode, when I enter the game I do not see any actor.
Код:
CiuBar = CreateActor(76, 526.7836,1424.5830,2001.1859,273.5114);



Re: Actor Bug 0.3.DL - Zeus666 - 12.04.2018

Quote:
Originally Posted by RichKiez
Посмотреть сообщение
When I put the actor into the gamemode, when I enter the game I do not see any actor.
Код:
CiuBar = CreateActor(76, 526.7836,1424.5830,2001.1859,273.5114);
PHP код:
new Ciubar;
 
public 
OnGameModeInit()
{
    
CiuBar CreateActor(76526.78361424.58302001.1859273.5114);




Re: Actor Bug 0.3.DL - RichKiez - 12.04.2018

Quote:
Originally Posted by Zeus666
Посмотреть сообщение
PHP код:
new Ciubar;
 
public 
OnGameModeInit()
{
    
CiuBar CreateActor(76526.78361424.58302001.1859273.5114);

I tried and still did not see the actor


Re: Actor Bug 0.3.DL - Zeus666 - 12.04.2018

Check coords again, maybe actor is inside of map


Re: Actor Bug 0.3.DL - Xportaler - 12.04.2018

Make a teleport command to the cords you saved actor and check is he there ?


Re: Actor Bug 0.3.DL - RichKiez - 12.04.2018

Quote:
Originally Posted by Xportaler
Посмотреть сообщение
Make a teleport command to the cords you saved actor and check is he there ?
no one is there