String Help
#2

add this
pawn Код:
new string[72];
above format line


EDIT:
Add this
pawn Код:
public OnPlayerConnect(playerid)
{
    new string[128], name[28];
    GetPlayerName(playerid, name, sizeof(name));
    format(string, sizeof(string), "* %s has joined the server.", pname);
    SendClientMessageToAll(0xAAAAAAAA, string);
    return 1;
}
Reply


Messages In This Thread
String Help - by dillo1000 - 02.02.2011, 18:20
Re: String Help - by admantis - 02.02.2011, 18:23
Re: String Help - by dillo1000 - 02.02.2011, 18:24
Re: String Help - by admantis - 02.02.2011, 18:25
Re: String Help - by dillo1000 - 02.02.2011, 18:37
Re: String Help - by [L3th4l] - 02.02.2011, 18:52

Forum Jump:


Users browsing this thread: 1 Guest(s)