23.11.2013, 09:51
Faзa isto:
Se funcionar й o sistema que seta a skin que estб mal feito.
pawn Код:
SetarPlayer(playerid)
{
PlayerInfo[playerid][pSkin] = 69;
GivePlayerMoney(playerid, PlayerInfo[playerid][pMoney]);
SetSpawnInfo(playerid, 0, PlayerInfo[playerid][pSkin], 738.9963, -1417.2211, 13.5234, 0, 24, 900, 0, 0, 0, 0);
SpawnPlayer(playerid);
return 1;
}