ATM point problem
#1

So, i created an atm point using dynamic sphere, but it doesnt work.

pawn Код:
ATMPoint[0] = CreateDynamicSphere(2065.439453125, -1897.5510253906, 13.19670009613, 3.0);
There is no atm, nothing. What's wrong?

(The code above is placed on OnGameModeInit).
Reply
#2

Try to set VW and Int to 0. Just taking a guess.
Reply
#3

you can use CreateDynamicObject(

look how i use it:
PHP код:
AtmInfo[x][rObjectId] = CreateDynamicObject(19324AtmInfo[x][fATMPos][0], AtmInfo[x][fATMPos][1], AtmInfo[x][fATMPos][2], AtmInfo[x][fATMPosRot][0], AtmInfo[x][fATMPosRot][1], AtmInfo[x][fATMPosRot][2]); 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)