03.12.2012, 19:22
Well this is how to get the pos of the admin:
PHP код:
if(dialogid == 6988)
{
if(response)
{
new Float: x;
new Float:y;
new Float:z;
GetPlayerPos(playerid, Float: x, Float:y, Float:z);//the x, y, z represent the currenet pos of the player/admin
}
else
{
return 1;
}
return 1;
}