- 0
Problema GetPlayerPos
-
Similar Content
-
- 3 replies
- 162 views
-
- 1 reply
- 159 views
-
- 1 answer
- 456 views
-
- 6 replies
- 510 views
-
- 4 replies
- 448 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
Question
Mr_SkyRay
Problema intalnita (descriere): Cand compilez gamemode-ul imi apare eroarea:
Ero(area / rile) / warning-(ul / urile): error 017: undefined symbol "GetPlayerPos"
Liniile de cod / sursa / script-ul(obligatoriu):
public Float:GetDistance(playerid, Float:x, Float:y) { new Float:oldposx, Float:oldposy, Float:oldposz; new Float:tempposx, Float:tempposy, Float:tempposz; GetPlayerPos(playerid, oldposx, oldposy, oldposz); tempposx = (oldposx -x); tempposy = (oldposy -y); tempposz = (oldposz -z); if (((tempposx < radi) && (tempposx > -radi)) && ((tempposy < radi) && (tempposy > -radi)) && ((tempposz < radi) && (tempposz > -radi))) {
Imagini / Video (optional): -
Ati incercat sa rezolvati singur?: Incerc sa rezolv asta de cam 2-3 zile.
Mai am la inceputul gamemode-ului codul
Si la acest cod am aceiasi eroare.
P.S. Mi-au aparut aceste erori dupa ce am editat Checkpoint-uriile de la DMV
Edited by Mr_SkyRay5 answers to this question
Recommended Posts