17.09.2016, 13:00
We need to know the request where you have this error !
To solve your problem, you should have something like that :
To solve your problem, you should have something like that :
Код:
new tempString[MAX_PLAYER_NAME]; cache_get_field_content(0, COLUMN_NAME, tempString); // Get the content of the column "name" format(UserData[name], MAX_PLAYER_NAME, "%s", tempString); Put the "name" in the data of your player