11.07.2018, 17:41
PHP Code:
if(dialogid == DIALOG_AGE)
{
new age = strval(inputtext);
format(MessageInscri, sizeof(MessageInscri), "Age: %d", age);
PlayerTextDrawSetString(playerid, Creationperso[playerid][11], MessageInscri);
PlayerTextDrawShow(playerid, Creationperso[playerid][11]);
}