[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.8473, 13.3828, 10.0, 50000},
{"Jizzy's Pleasure Domes ", 764.8100, -1363.2297, 13.5246, 10.0, 10000},
{"Roboi's Food Mart", 1023.6038, -1343.6182, 13.7266, 10.0, 100000},
{"Four Dragon's", -2021.3534, 64.6252, 28.6214, 10.0, 99999}
}
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.