Need help on finding co-ordinates.
#5

pawn Код:
OnPlayerCommandText(playerid, cmdtext[])
{
  if(!strcmp("/teletoramp",cmdtext, true))
  {
  SetPlayerPos(playerid,2166.1037597656, -2079.078125, 2909.1687011719);
  return 1;
  }
return 0;
}
virspector you forgot the return 1; ... The command would work without it but will give the message "Server : Unknown Command"
Reply


Messages In This Thread
Need help on finding co-ordinates. - by FlyingCats - 11.10.2009, 18:59
Re: Need help on finding co-ordinates. - by Zeromanster - 12.10.2009, 13:17
Re: Need help on finding co-ordinates. - by Peter_Corneile - 12.10.2009, 13:18
Re: Need help on finding co-ordinates. - by virspector - 12.10.2009, 14:36
Re: Need help on finding co-ordinates. - by Peter_Corneile - 12.10.2009, 23:21

Forum Jump:


Users browsing this thread: 1 Guest(s)