View Single Post
BoBzY
AlliedModders Donor
Join Date: Aug 2010
Location: Bruxelles
Old 08-21-2012 , 11:17   Re: [CS:GO] Rename Player
Reply With Quote #6

Quote:
Originally Posted by GoD-Tony View Post
The offsets seem to be the same after the latest update.


Its instant crash, here my code :
PHP Code:

#include <sdktools>
#include <setname>

public OnPluginStart()
{
    
RegConsoleCmd("sm_ttt"cmd_ttt);
}

public 
Action:cmd_ttt(clientargs)
{
    
CS_SetClientName(client"hahaha");

BoBzY is offline