help me - 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 me (
/showthread.php?tid=578716)
help me - TheLegend1 - 21.06.2015
Hello i am trying to get this but i cant.
i tried to make tow system with dialog i mean owner can tow his own vehicle with dialog
but i cant make it someone help me with this pls
problem is this .
PHP код:
warning 202: number of arguments does not match definition
line is this
Код:
if(!strlen(inputtext) || !IsNumeric(inputtext) || strlen(inputtext) > 5) return ShowPlayerDialog(playerid,DIALOG_TOW,DIALOG_STYLE_LIST, "Towing" ,"%s","Tow","cancel",GetVehicleName(i));
Re: help me -
Dusan01 - 21.06.2015
use this code:
PHP код:
if(!strlen(inputtext) || !IsNumeric(inputtext) || strlen(inputtext) > 5) return ShowPlayerDialog(playerid,DIALOG_TOW,DIALOG_STYLE_LIST, "Towing" ,GetVehicleName(i),"Tow","cancel");