20.03.2013, 13:25
What is it this lines means ?
What this lines means ?
And whats the different of &d/&i?
And what is string ? And why 128 ?
Код:
Public OnPlayerConnect
{
playersconnected++;
//playersconnect+= 1;
new string [128];
format (string, sizeof(string), "There are currently &d/&i people in the server"
return 1;
}
And whats the different of &d/&i?
And what is string ? And why 128 ?

