SCRIPT HELP, MISMATCH
#1

Код:
DropGun.pwn(162) : error 035: argument type mismatch (argument 2)
DropGun.pwn(163) : error 035: argument type mismatch (argument 1)
DropGun.pwn(163) : error 035: argument type mismatch (argument 1)
DropGun.pwn(164) : error 012: invalid function call, not a valid address
pawn Код:
GetPlayerName(playerid,sizeof(sendername));
            format(string, sizeof(string), "* %s drops his weapon to the ground.", sendername);
            ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE;
What can I do to fix these errors?
Reply
#2

pawn Код:
GetPlayerName(playerid,sendername,sizeof(sendername));
Not sure about ProxDetector
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)