Help-ASAP
#9

Quote:
Originally Posted by [xB]Lordz
Посмотреть сообщение
You mean like this?
pawn Код:
new interiorid;
CMD:test(playerid,params[])
{
  #pragma unused params
  interiorid = GetPlayerInterior(playerid);//Here its just assigned but not used any where.
  return 1;
}
CMD:test2(playerid,params[])
{
  #pragma unused params
  SetPlayerInterior(playerid,interior)//Here its used for teleporting back to previous interior.
//And then the warning solved?
//Im asking because Im using mobile and cant check for errors or warnings.
Yes, that's a good example.
Reply


Messages In This Thread
Help-ASAP - by Kalroz - 25.08.2012, 18:24
Re: Help-ASAP - by Akira297 - 25.08.2012, 18:26
Re: Help-ASAP - by Youarex - 25.08.2012, 18:34
Re: Help-ASAP - by Gangster-rocks - 25.08.2012, 18:39
Re: Help-ASAP - by Lordzy - 25.08.2012, 18:41
Re: Help-ASAP - by Youarex - 25.08.2012, 18:45
Re: Help-ASAP - by Lordzy - 25.08.2012, 19:00
Re: Help-ASAP - by TheArcher - 25.08.2012, 19:10
Re: Help-ASAP - by Youarex - 25.08.2012, 19:20
Re: Help-ASAP - by [Y]P90 - 25.08.2012, 19:25

Forum Jump:


Users browsing this thread: 2 Guest(s)