Post: Whats up with this?
08-11-2015, 07:38 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Okay so I've been messing around with ghosts the last few days but I can't seem to get teleports to work, anyone know why? (I don't know if I'm just being stupid or what)

    #define G_Client_Origin 0xF4499B
#define G_Client_Index 0x3700
float* SavedPosition;

float* GetOrigin(int client){
return SavedPosition = ReadFloat(G_Client_Origin + (G_Client_Index* client), 3);
}

void SetOrigin(int client, float* Pos){
WriteFloat(G_Client_Origin + (G_Client_Index* client), Pos, 3);
}


Thanks
(adsbygoogle = window.adsbygoogle || []).push({});

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo