18.12.2012, 16:45
Hello!
I got this gotopos command but i need it in the normal sa-mp script ( no includes like ycmd):
I got this gotopos command but i need it in the normal sa-mp script ( no includes like ycmd):
PHP код:
YCMD:gotopos(playerid, params[], help)
{
SetPlayerPos(playerid,Pos[0],Pos[1],Pos[2]);
SetPlayerInterior(playerid, int);
return 1;
}