Thanks a lot, now i know that i can use %s in a SQL Query ^^
+Karma
I've just another question, do you know how to create my own include file because with pawn studio i created one, added natives and this code at the top
but it didn't recognize it
(myincludefile.inc)
Code:
#if defined _myincludefile_included
#endinput
#endif
#define _myincludefile_included
#include <amxmodx>
#include <amxmisc>
MusicSpeed
__________________