argument type mismatch (argument 4)
#6

There ya go buddy, you're inserting a string into a numeral parameter, so, to be brief, fixing this you'd go around by changing
pawn Код:
ShowPlayerMessage(playerid, message[], seconds = 0, sound = 0)
to
pawn Код:
ShowPlayerMessage(playerid, message[], seconds = 0, sound[] = "")
Or change the returned value from the TimeConvert function
Reply


Messages In This Thread
argument type mismatch (argument 4) - by KaliDobrev - 26.12.2018, 03:03
Re: argument type mismatch (argument 4) - by RogueDrifter - 26.12.2018, 03:32
Re: argument type mismatch (argument 4) - by KaliDobrev - 26.12.2018, 04:10
Re: argument type mismatch (argument 4) - by RogueDrifter - 26.12.2018, 04:14
Re: argument type mismatch (argument 4) - by KaliDobrev - 26.12.2018, 04:23
Re: argument type mismatch (argument 4) - by RogueDrifter - 26.12.2018, 04:31
Re: argument type mismatch (argument 4) - by OKStyle - 26.12.2018, 05:16
Re: argument type mismatch (argument 4) - by KaliDobrev - 26.12.2018, 15:14

Forum Jump:


Users browsing this thread: 2 Guest(s)