01.07.2009, 09:32
dunno if you can but you would have to check on scripting descussion but try this
if(strcmp(cmd, "/rename", true) == 0)
{
SetPlayerName(playerid,"%s");
return 1;
}
if(strcmp(cmd, "/rename", true) == 0)
{
SetPlayerName(playerid,"%s");
return 1;
}