SA-MP Forums Archive
what not show..! - 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: what not show..! (/showthread.php?tid=473266)



what not show..! - par30 - 02.11.2013

what not show player boot



Код HTML:
CreateObject(90, -1446.60315, 878.50763, 7.11330,   84.00000, 0.00000, 0.00000);



Re: what not show..! - par30 - 02.11.2013

helppppppppppppppppppppppppppppppppppppppppppppppp ppppppppppppppppppppppppppp


Re: what not show..! - JeaSon - 02.11.2013

use it under
if you are using it in gamemode use like this
pawn Код:
public OnGameModeInit()
{
CreateObject(90, -1446.60315, 878.50763, 7.11330,   84.00000, 0.00000, 0.00000);
return 1;
}

or

if you are using filterscript use like this
pawn Код:
public OnFilterScriptInit()
{
CreateObject(90, -1446.60315, 878.50763, 7.11330,   84.00000, 0.00000, 0.00000);
return 1;
}



Re: what not show..! - par30 - 02.11.2013

Who will help?


Re: what not show..! - par30 - 02.11.2013

Quote:

public OnGameModeInit()
{
CreateObject(90, -1446.60315, 878.50763, 7.11330, 84.00000, 0.00000, 0.00000);
return 1;
}


or

if you are using filterscript use like this
pawn Code:
public OnFilterScriptInit()
{
CreateObject(90, -1446.60315, 878.50763, 7.11330, 84.00000, 0.00000, 0.00000);
return 1;
}


not show


Re: what not show..! - par30 - 02.11.2013

help me pls


Re: what not show..! - LoLeC - 02.11.2013

Quote:

public OnGameModeInit()
{
CreateObject(90, -1446.60315, 878.50763, 7.11330, 84.00000, 0.00000, 0.00000);
return 1;
}


or

if you are using filterscript use like this
pawn Code:
public OnFilterScriptInit()
{
CreateObject(90, -1446.60315, 878.50763, 7.11330, 84.00000, 0.00000, 0.00000);
return 1;
}

object id 90 is invalid


Re: what not show..! - par30 - 02.11.2013

Quote:

object id 90 is invalid

There are player number 90


Re: what not show..! - par30 - 02.11.2013

Small help plz


Re: what not show..! - rappy93 - 02.11.2013

That id is the ID of the object. Not the player.

Here is a list of objects for sa-mp: https://sampwiki.blast.hk/wiki/Samp_objects