Post: anyone know why this freezes me?
10-13-2018, 04:54 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); i try to call this throught rpc and it just freezes me

    
public static void DrawText(string text, string fontName, float x, float y, float scale, float[] color)
{
//R_AddCmdDrawTextInternal(text, 0x7FFFFFFF, R_RegisterFont(fontName, 0), x, y, scale, scale, 0, color, 0);
CallFunction(0x473658, text, 0x7FFFFFFF, CallFunction(0x459C6C, fontName, 0), x, y, scale, scale, 0, color, 0);
}


calling this in a timer :
    
Ghost1.RPC.DrawText( "test", "fonts/boldFont", 185, 317, 1, White);


i am not sure what im doing wrong

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo