16.04.2018, 22:14
Hi. So far I managed to do this.
My question is, how can I add Next / Prev / Buy button, which will show new playercamera and if Buy button is pressed, to give pInfo[i][Money] -= 500
?
PHP код:
CMD:buyphone(playerid)
{
SetPlayerFacingAngle(playerid,1127.0055);
SetPlayerCameraPos(playerid, 1127.0055,-1556.1437,-30.2015);
SetPlayerCameraLookAt(playerid, 1127.0055,-1556.1437,-30.2015);
return 1;
}
?