Object Help
#2

You made some mistakes..

PHP код:
public OnGameModeInIt()
{
object CreateObject(193600.00.00.00.00.00.0);
}
cmd:test(playeridparams[])
{
EditObject(playeridobject);
SendClientMessageEx(playeridCOLOR_GRAY"TESTING");
return 
1;

You made the player edit the object called "objecthouse" not "object".. So you should do it like that ^^,
Also you made another mistake.. You created the object under something called "onplayergamemodeinit", That's wrong, You must use OnGameModeInIt.. so the object will spawn... You'll find OnGameModeInIt already there in your script.. just put the line
PHP код:
object CreateObject(193600.00.00.00.00.00.0); 
anywhere under it.. and don't forget to put the
PHP код:
new object
on top of the script under the includes..
Reply


Messages In This Thread
Object Help - by tobi736 - 31.07.2018, 10:03
Re: Object Help - by JasonRiggs - 31.07.2018, 10:33
Re: Object Help - by tobi736 - 31.07.2018, 10:42
Re: Object Help - by tobi736 - 31.07.2018, 11:27
Re: Object Help - by RJTabish - 31.07.2018, 11:52
Re: Object Help - by tobi736 - 31.07.2018, 14:02
Re: Object Help - by tobi736 - 05.08.2018, 08:44
Re: Object Help - by GRiMMREAPER - 05.08.2018, 08:59
Re: Object Help - by tobi736 - 05.08.2018, 09:20
Re: Object Help - by GRiMMREAPER - 05.08.2018, 09:28

Forum Jump:


Users browsing this thread: 1 Guest(s)