Help tag mistach !!!!! - 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 tag mistach !!!!! (
/showthread.php?tid=638667)
Help tag mistach !!!!! -
TMapping - 04.08.2017
Hi, you can put a trusted furniture system on the mysql version and make such a mistake
https://pastebin.com/wV2gdj56
Respuesta: Help tag mistach !!!!! -
Ertouq - 04.08.2017
Line 36 of the pastebin:
You forgot to remove a brackets
Код:
strcat(strinfo, 200, "%s (%i) - %i Eur\n",baldopavadinimas,baldomodelis,baldasrodomas ));
Correction:
Код:
strcat(strinfo, 200, "%s (%i) - %i Eur\n",baldopavadinimas,baldomodelis,baldasrodomas);
Re: Respuesta: Help tag mistach !!!!! -
TMapping - 04.08.2017
Quote:
Originally Posted by Ertouq
Line 36 of the pastebin:
You forgot to remove a brackets
Код:
strcat(strinfo, 200, "%s (%i) - %i Eur\n",baldopavadinimas,baldomodelis,baldasrodomas ));
Correction:
Код:
strcat(strinfo, 200, "%s (%i) - %i Eur\n",baldopavadinimas,baldomodelis,baldasrodomas);
|
Thanks