SA-MP Forums Archive
DIALOG_STYLE_INPUT problem with playerid - 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: DIALOG_STYLE_INPUT problem with playerid (/showthread.php?tid=633077)



DIALOG_STYLE_INPUT problem with playerid - grymtn - 24.04.2017

hello guys im trying to make a police monitor screen where it will get the player pos and set checkpoint to that player but i cant make the pawn get player code

Код:
new Float:px,Float:py,Float:pz;
GetPlayerPos(inputtext,px,py,pz); //this line
this line says Argument Type Mismatch.. Any Idea ?


Re: DIALOG_STYLE_INPUT problem with playerid - iGetty - 24.04.2017

Try and change it to "strval(inputtext)" instead of just "inputtext".