29.04.2012, 18:02
Encuentro los siguientes new string:
Aquн:
stock RPName(playerid)
{
new string[24];
GetPlayerName(playerid,string,24);
new str[24];
strmid(str,string,0,strlen(string),24);
for(new i = 0; i < MAX_PLAYER_NAME; i++)
{
if (str[i] == '_') str[i] = ' ';
}
return str;
}
Aquн:
stock UserPath(playerid)
{
new string[128],playername[MAX_PLAYER_NAME];
GetPlayerName(playerid,playername,sizeof(playernam e));
format(string,sizeof(string),PATH,playername);
return string;
}
Aquн:
public OnPlayerText(playerid, text[])
{
new giveplayer[MAX_PLAYER_NAME];
new sendername[MAX_PLAYER_NAME];
new string[256];
new tmp[256];
Aquн:
CALLBACK:CrearCocheVenta(update,idx)
{
//new file[50],
string[128];
if(update == 1)
{
format(file, sizeof(file),"CochesPropios/%d.ini",vehicleid);
їCuales tengo que quitar y cuales tengo que dejar?
Aquн:
stock RPName(playerid)
{
new string[24];
GetPlayerName(playerid,string,24);
new str[24];
strmid(str,string,0,strlen(string),24);
for(new i = 0; i < MAX_PLAYER_NAME; i++)
{
if (str[i] == '_') str[i] = ' ';
}
return str;
}
Aquн:
stock UserPath(playerid)
{
new string[128],playername[MAX_PLAYER_NAME];
GetPlayerName(playerid,playername,sizeof(playernam e));
format(string,sizeof(string),PATH,playername);
return string;
}
Aquн:
public OnPlayerText(playerid, text[])
{
new giveplayer[MAX_PLAYER_NAME];
new sendername[MAX_PLAYER_NAME];
new string[256];
new tmp[256];
Aquн:
CALLBACK:CrearCocheVenta(update,idx)
{
//new file[50],
string[128];
if(update == 1)
{
format(file, sizeof(file),"CochesPropios/%d.ini",vehicleid);
їCuales tengo que quitar y cuales tengo que dejar?