SA-MP Forums Archive
[HELP] This possible? - 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: [HELP] This possible? (/showthread.php?tid=598130)



[HELP] This possible? - TitanZ - 09.01.2016

SOLVED



Re: [HELP] This possible? - Kqly - 09.01.2016

Provide details that you want


Re: [HELP] This possible? - IceBilizard - 09.01.2016

PHP код:
stock const MissionsCP[][CPinfo] = { 
I think it will not work use this

PHP код:
new Float:MissionsCP[][CPinfo] =
{
    {
"Los Santos Mulholland"2090.8330, -1791.847313.382810.050000},
    {
"Jizzy's Pleasure Domes "764.8100, -1363.229713.524610.010000},
    {
"Roboi's Food Mart"1023.6038, -1343.618213.726610.0100000},
    {
"Four Dragon's", -2021.353464.625228.621410.099999}




Re: [HELP] This possible? - TitanZ - 09.01.2016

The problem is.
The money is not in accordance with MissionsCP[]


Re: [HELP] This possible? - DarkLouis - 09.01.2016

Hello, the error is that you used a string in a multiarray with integers and floats. You can use only characters or only number and not together.


Re: [HELP] This possible? - IceBilizard - 09.01.2016

Quote:
Originally Posted by DarkLouis
Посмотреть сообщение
Hello, the error is that you used a string in a multiarray with integers and floats. You can use only characters or only number and not together.
I am using it with my trucking job with same thing its working perfectly.