String placed two times?
#6

pawn Код:
forward ChangeHeadDesc(playerid, newdesc[]);
public ChangeHeadDesc(playerid, newdesc[])
{
    format(PlayerInfo[playerid][pHeadDesc],128,"%s", newdesc);
}

forward ChangeArmDesc(playerid, newdesc[]);
public ChangeArmDesc(playerid, newdesc[])
{
    format(PlayerInfo[playerid][pArmDesc],128,"%s", newdesc);
}
Reply


Messages In This Thread
String placed two times? - by ConnorHunter - 22.04.2014, 13:16
Re: String placed two times? - by JhnzRep - 06.05.2014, 11:43
Re: String placed two times? - by ConnorHunter - 22.05.2014, 16:28
Re: String placed two times? - by arakuta - 22.05.2014, 16:35
Re: String placed two times? - by Rittik - 22.05.2014, 16:47
Re: String placed two times? - by ConnorHunter - 22.05.2014, 17:02
Re: String placed two times? - by ConnorHunter - 23.05.2014, 17:46
Re: String placed two times? - by Patrick - 23.05.2014, 17:56
Re: String placed two times? - by ConnorHunter - 23.05.2014, 18:13
Re: String placed two times? - by Patrick - 23.05.2014, 18:31

Forum Jump:


Users browsing this thread: 1 Guest(s)