error 035: argument type mismatch (argument 4)
#1

PHP Code:
stock SPD(playeriddialogidstyle, const caption[], const info[], const button1[], const button2[]) 
error 035: argument type mismatch (argument 4) plz help
Reply
#2

What are you trying to do?

pawn Code:
#define SPD ShowPlayerDialog
Will be much easier.
Reply
#3

Quote:
Originally Posted by SiaReyes
View Post
What are you trying to do?

pawn Code:
#define SPD ShowPlayerDialog
Will be much easier.
error 021: symbol already defined: "ShowPlayerDialog"
error 010: invalid function or declaration

lines:
PHP Code:
stock SPD(playeriddialogidstyle, const caption[], const info[], const button1[], const button2[]) 
PHP Code:
        return true
Reply
#4

Shouldn't you hook ShowPlayerDialog instead of doing that?
Reply
#5

do this
PHP Code:
#define SPD ShowPlayerDialog 
then remove this code from your script
PHP Code:
stock SPD(playeriddialogidstyle, const caption[], const info[], const button1[], const button2[]) 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)