SA-MP Forums Archive
Please help me I have a hard time under - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Please help me I have a hard time under (/showthread.php?tid=140920)



Please help me I have a hard time under - superjunior - 11.04.2010


SetPlayerInterior(i, 3);
PlayerInfo[i][pInt] = 3;
new Float:X, Float:Y, Float:Z;
GetPlayerPos(i, X,Y,Z);
SetPlayerCameraPos(i, X - 3, Y, Z);
SetPlayerCameraLookAt(i,X,Y,Z);
}
MedicTime[i] ++;
if(MedicTime[i] >= NeedMedicTime[i])
{
new cut = deathcost; //PlayerInfo[playerid][pLevel]*deathcost;
//SafeGivePlayerMoney(i, -cut);
format(string, sizeof(string), " super医院:您的医疗费用为 $%d, 祝您有美好的一天.", cut);
SendClientMessage(i, TEAM_CYAN_COLOR, string);
TogglePlayerControllable(i, 1);
MedicBill[i] = 1;
MedicTime[i] = 1;
NeedMedicTime[i] = 1;
PlayerInfo[i][pDeaths] += 1;
PlayerFixRadio(i);
ClearAnimations(i);
SpawnPlayer(i);
} Will this code where a mistake has been in the hospital after the death of repeated trouble you were born under the code sent me to thank you


Re: Please help me I have a hard time under - [HiC]TheKiller - 11.04.2010

http://forum.sa-mp.com/index.php?board=10.0


P.S. 1337