Quote:
Originally Posted by DeeadPool
I've made my own stock for it which is:
PHP код:
stock pname(playerid)
{
new GetName[24];
GetPlayerName(playerid, GetName, 24);
return GetName;
}
btw, I'm not copying scripts, I'm trying to learn MySQL by seeing the tutorials and understanding them.
|
Hmm, everything seems to be fine, do you have still the same error?