- 0
Problema pawn
-
Similar Content
-
- 6 replies
- 1.097 views
-
- 8 answers
- 288 views
-
- 1 answer
- 681 views
-
Problema billboards (la expirarea billboard-ului nu seteaza variabila Billboard 0 jucatorului offline)
By cstef4n,
- 2 answers
- 173 views
-
- 5 answers
- 724 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.

Question
Mr_SkyRay
Problema intalnita (descriere): problema de compilare
Ero(area / rile) / warning-(ul / urile):
Liniile de cod / sursa / script-ul(obligatoriu):
PlayerToPoint(Float:radi, playerid, Float:x, Float:y, Float:z) { 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))) { return 1; } return 0; }Imagini / Video (optional): -
Ati incercat sa rezolvati singur?: da
3 answers to this question
Recommended Posts