# Set Pos Soft Image

### Signature

```c
void setpossoftimage(float posZ, float posY, float posX); //id:0x00f0
```

### Description

Does the same as the [set-pos](https://xeavin.gitbook.io/the-insurgents-handbook/scripts/vm-call-targets/set-pos "mention") function with the difference being that with this one the arguments are differently passed.

### Arguments

#### Position Z

The position on the x-axis, multiplied by `-60`.

#### Position Y

The position on the y-axis.

#### Position X

The position on the z-axis, multiplied by `-60`.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://xeavin.gitbook.io/the-insurgents-handbook/scripts/vm-call-targets/set-pos-soft-image.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
