ShowPlayerDialog - literal array/string passed to a non-const parameter
#2

Open a_samp.inc and replace:
pawn Код:
native ShowPlayerDialog(playerid, dialogid, style, caption[], info[], button1[], button2[]);
with:
pawn Код:
native ShowPlayerDialog(playerid, dialogid, style, const caption[], const info[], const button1[], const button2[]);
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)