12.01.2014, 09:13
Iґl put my code here.
pawn Код:
mysql_fetch_field_row(savingstring, "skin"); PlayerInfo[playerid][pSkin] = strval(savingstring);
else if(PlayerInfo[playerid][pEsmanelog] == 1)
{
format( string, sizeof( string ), "Tere tulemast tagasi, "VROHELINE"%s", GetName(playerid));
SendClientMessage(playerid, COLOR_GREY,string);
SetSpawnInfo(playerid, 0, PlayerInfo[playerid][pSkin], PlayerInfo[playerid][pLastX],PlayerInfo[playerid][pLastY],PlayerInfo[playerid][pLastZ], 0, 0, 0, 0, 0, 0, 0);
SpawnPlayer(playerid);
}