04.12.2009, 02:27
just for lols I will put code, but thanks, it worked, but for some reason I just got banned from my server, and there is no samp.ban
okay, one more problem which is stopping me from 100% testing this:
I am sending a mysql query, and the string appears to randomly alter the first letter of it's self, so far i have it seen BELECT, CELECT and IELECT if anyone has any clue what this is that would be nice. lol i was setting the query to be busy, so it was just spiraling into an infinite loop.
thanks, it works.
pawn Код:
OnPlayerSpawn(playerid)
{
SetPlayerSkin(playerid, PI[playerid][pModel]);
SetPlayerSpawn(playerid);
return 1;
}
I am sending a mysql query, and the string appears to randomly alter the first letter of it's self, so far i have it seen BELECT, CELECT and IELECT if anyone has any clue what this is that would be nice. lol i was setting the query to be busy, so it was just spiraling into an infinite loop.
thanks, it works.