How to make natives?
#9

pawn Код:
native SetInterior(playerid, Interior);

stock SetInterior(playerid, interior)
{
SetPlayerInterior(playerid, interior);
return 1;
}
Should work... I've never used the native stuff, sorry if I'm no help.
Reply


Messages In This Thread
How to make natives? - by NewTorran - 14.06.2010, 15:00
Re: How to make natives? - by DJDhan - 14.06.2010, 15:40
Re: How to make natives? - by NewTorran - 14.06.2010, 15:58
Re: How to make natives? - by Joe_ - 14.06.2010, 16:00
Re: How to make natives? - by NewTorran - 14.06.2010, 16:02
Re: How to make natives? - by DJDhan - 14.06.2010, 16:04
Re: How to make natives? - by Joe_ - 14.06.2010, 16:06
Re: How to make natives? - by NewTorran - 14.06.2010, 16:07
Re: How to make natives? - by Joe_ - 14.06.2010, 16:10
Re: How to make natives? - by DJDhan - 14.06.2010, 16:20

Forum Jump:


Users browsing this thread: 1 Guest(s)