22.10.2015, 07:30
and a last thing to ask.. i am back at scripting after a long time.. So.. i am getting noob atm.. I forgot many things.. When player goes to request spawn.. i added two skins.. it's isn't showing at the request class once check this...
Код:
public OnGameModeInit() { SetGameModeText("Blank Script"); AddPlayerClass(297,726.0939+1,-1573.9521+1,16.4773+1,179.3009+1, 0, 0, 0, 0, 0, 0); AddPlayerClass(298,726.0939,-1573.9521,16.4773,179.3009, 0, 0, 0, 0, 0, 0); UsePlayerPedAnims(); CreatePickup(1314, 1, 739.4675,-1431.0551,13.5234, -1); mysql_log(LOG_ERROR | LOG_WARNING | LOG_DEBUG); mysql = mysql_connect(host, user, db, pass); return 1; } public OnPlayerRequestClass(playerid, classid) { SetPlayerCameraPos(playerid,724.1221,-1576.6000,15.6914); SetPlayerCameraLookAt(playerid, 739.4675,-1431.0551,13.5234); return 1; }