help me
#1

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 202number 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));
Reply
#2

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"); 
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)