Getting name from SQL, returns inputtext?!
#4

pawn Код:
forward SQLName();
public SQLName()
{
    new result[64];
    cache_get_row(0, 0, result);
        print(result);
        return result;
}
Try to use it in a command or where-ever. What does it print?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)