23.07.2015, 15:39 
	
	
	
		Do I need any includes to use the code apart from #include <a_samp> ?
I tried this just with the default include and it didnt work
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/teleport", cmdtext, true, 10) == 0)
SetPlayerPos(playerid, 3458,4132.7002000,-1846.4000000+5);
SetPlayerInterior(playerid, 0);
{
return 1;
}
return 0;
}
	
	
	
I tried this just with the default include and it didnt work
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/teleport", cmdtext, true, 10) == 0)
SetPlayerPos(playerid, 3458,4132.7002000,-1846.4000000+5);
SetPlayerInterior(playerid, 0);
{
return 1;
}
return 0;
}


