Evento OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
#10

Se puede arreglar con un bucle.
pawn Код:
stock Mytoupper( string[] )
{
    for(new i = 0; i < strlen(string); i++)
    {
         string[i] = toupper(string[i]);
    }
    return string;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)