19.12.2011, 05:59
Ever since i updated to 0.3D SSCANF keeps think that the ID im trying to go to is my ID. For an example.
My ID is 0.
I do
/goto 1 . It just brings it me to my self and it goes for every command.
Hes some Examples.
My ID is 0.
I do
/goto 1 . It just brings it me to my self and it goes for every command.
Hes some Examples.
pawn Код:
CMD:boxhead(playerid,params[])
{
if(PlayerInfo[playerid][pAdmin] >=5)
{
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
AttachObjectToPlayer(BoxHead, playerid, x, y, z, 0, 0, 0 );
SetPlayerAttachedObject(playerid, 3, 3800, 1);
}
return 1;
}