Checkpoints messing up, displaying to wrong people, randomly.
#14

If you want to update the position of a checkpoint, you should use Streamer_SetFloatData function. Here's a function to make it easier:
PHP код:
UpdateDynamicCPPos(cpidFloatcpxFloatcpyFloatcpz)
{
    return 
Streamer_SetFloatData(STREAMER_TYPE_CPcpidE_STREAMER_Xcpx) && Streamer_SetFloatData(STREAMER_TYPE_CPcpidE_STREAMER_Ycpy) && Streamer_SetFloatData(STREAMER_TYPE_CPcpidE_STREAMER_Zcpz);

Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)