20.02.2018, 10:33
if i used comman float in the top of filterscript , and i used it in multiple stuff for example ( a command or a public that call back the floats ), if 2 persons or more used them , the float value will be over each time one use ? or it will store both ?
for more explaniation:
for more explaniation:
Код:
new Float:x, Float:y, Float:z; CMD:getmypos(playerid, paramas[]) { GetPlayerPos(playerid, x, y, z); return 1; }