what not show..!
#1

what not show player boot



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

helppppppppppppppppppppppppppppppppppppppppppppppp ppppppppppppppppppppppppppp
Reply
#3

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;
}
Reply
#4

Who will help?
Reply
#5

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
Reply
#6

help me pls
Reply
#7

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
Reply
#8

Quote:

object id 90 is invalid

There are player number 90
Reply
#9

Small help plz
Reply
#10

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
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)