Small Error
#3

Function might be useful:

pawn Код:
stock myStrcpy(dest[], src[]) //By Alex "******" Cole
{
    new i = 0;
    while ((dest[i] = src[i])) i++;
}
pawn Код:
myStrcpy(PlayerInfo[playerid][HitContract], "Noone");
Reply


Messages In This Thread
Small Error - by GeekSiMo - 27.07.2014, 17:20
Re: Small Error - by Clad - 27.07.2014, 17:26
Re: Small Error - by d3ll - 27.07.2014, 17:27
Re: Small Error - by GeekSiMo - 27.07.2014, 17:32

Forum Jump:


Users browsing this thread: 1 Guest(s)