Need help with business error - 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: Need help with business error (
/showthread.php?tid=433072)
Need help with business error -
IndependentGaming - 25.04.2013
Hello,
Im getting this error
error 032: array index out of bounds (variable "BusinessInfo")
pawn Код:
BusinessInfo[biz][hTextID] = CreateDynamic3DTextLabel(string, COLOR_businessGREEN, BusinessInfo[biz][bExteriorX], BusinessInfo[biz][bExteriorY], BusinessInfo[biz][bExteriorZ]+0.5, 20.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, -1, -1, -1, 10.0);
Kind Regards,
Hawkins Roleplay Gaming
Re: Need help with business error -
zDivine - 25.04.2013
pawn Код:
BusinessInfo[biz][hTextID]
You have hTextID, shouldn't that be bTextID? Also, did you just copy the house system from NGRP and turning it into a business system? xD
Re: Need help with business error -
IndependentGaming - 25.04.2013
Uhm no its not a copie of NGG i dont want to use that crappy server.
you wont get players if you use a Leaked ngrp script
Re: Need help with business error -
IndependentGaming - 25.04.2013
But Thanks,
Problem solved.