SA-MP Forums Archive
Hi Smiple Help :D Please - 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)
+--- Thread: Hi Smiple Help :D Please (/showthread.php?tid=488504)



Hi Smiple Help :D Please - moustafa0550 - 18.01.2014

Hi
Can Any One Help Me With This FS
i Want Make /rob After This Commands Respwan All This Checkpoints
PHP код:
SetPlayerCheckpoint(playerid,-1457.308227,1488.5870367.101562,1.0);
SetPlayerCheckpoint(playerid,-1431.015991,1490.5340577.101562,1.0);
SetPlayerCheckpoint(playerid,-1402.061401,1487.0380857.101562,1.0);
SetPlayerCheckpoint(playerid,-1382.539794,1480.6831058.562500,1.0);
SetPlayerCheckpoint(playerid,-1377.263305,1492.69299311.203125,1.0);
SetPlayerCheckpoint(playerid,-1392.588745,1482.9086911.867187,1.0);
SetPlayerCheckpoint(playerid,-1432.917114,1483.1257321.867187,1.0);
SetPlayerCheckpoint(playerid,-1427.903686,1490.1741941.867187,1.0);
SetPlayerCheckpoint(playerid,-1392.867065,1496.2770991.873473,1.0);
SetPlayerCheckpoint(playerid,-2401.261962,2306.602294, -0.756089,1.0); 
i Want All This He is Done it Give Him 4 Wanted Star
And Get Money 50k or 80k or 100k
And +Rep


Re: Hi Smiple Help :D Please - ReD_HunTeR - 18.01.2014

Код:
CMD:rob(playerid, params[])
{
SetPlayerCheckpoint(playerid,-1457.308227,1488.587036, 7.101562,1.0); 
SetPlayerCheckpoint(playerid,-1431.015991,1490.534057, 7.101562,1.0); 
SetPlayerCheckpoint(playerid,-1402.061401,1487.038085, 7.101562,1.0); 
SetPlayerCheckpoint(playerid,-1382.539794,1480.683105, 8.562500,1.0); 
SetPlayerCheckpoint(playerid,-1377.263305,1492.692993, 11.203125,1.0); 
SetPlayerCheckpoint(playerid,-1392.588745,1482.908691, 1.867187,1.0); 
SetPlayerCheckpoint(playerid,-1432.917114,1483.125732, 1.867187,1.0); 
SetPlayerCheckpoint(playerid,-1427.903686,1490.174194, 1.867187,1.0); 
SetPlayerCheckpoint(playerid,-1392.867065,1496.277099, 1.873473,1.0); 
SetPlayerCheckpoint(playerid,-2401.261962,2306.602294, -0.756089,1.0);  
SetPlayerWantedLevel(playerid, 4);
GivePlayerMoney(playerid, -80000);
return 1;
}
you mean this ?


Re: Hi Smiple Help :D Please - Lordzy - 18.01.2014

Quote:
Originally Posted by BlackBomb
Посмотреть сообщение
Код:
CMD:rob(playerid, params[])
{
SetPlayerCheckpoint(playerid,-1457.308227,1488.587036, 7.101562,1.0); 
SetPlayerCheckpoint(playerid,-1431.015991,1490.534057, 7.101562,1.0); 
SetPlayerCheckpoint(playerid,-1402.061401,1487.038085, 7.101562,1.0); 
SetPlayerCheckpoint(playerid,-1382.539794,1480.683105, 8.562500,1.0); 
SetPlayerCheckpoint(playerid,-1377.263305,1492.692993, 11.203125,1.0); 
SetPlayerCheckpoint(playerid,-1392.588745,1482.908691, 1.867187,1.0); 
SetPlayerCheckpoint(playerid,-1432.917114,1483.125732, 1.867187,1.0); 
SetPlayerCheckpoint(playerid,-1427.903686,1490.174194, 1.867187,1.0); 
SetPlayerCheckpoint(playerid,-1392.867065,1496.277099, 1.873473,1.0); 
SetPlayerCheckpoint(playerid,-2401.261962,2306.602294, -0.756089,1.0);  
SetPlayerWantedLevel(playerid, 4);
GivePlayerMoney(playerid, -80000);
return 1;
}
you mean this ?
This won't work well, it will just show the last check point.

OT : First of all, please explain what you really think. If you're thinking about language, you may use translators.