ProxDetector?
#1

pawn Код:
warning 219: local variable "string" shadows a variable at a preceding level
pawn Код:
public ProxDetector(Float:radi, playerid, string[],col1,col2,col3,col4,col5)
help please
Reply
#2

Quote:
Originally Posted by Jing_Chan
Посмотреть сообщение
pawn Код:
warning 219: local variable "string" shadows a variable at a preceding level
pawn Код:
public ProxDetector(Float:radi, playerid, string[],col1,col2,col3,col4,col5)
help please
Change to:
pawn Код:
public ProxDetector(Float:radi, playerid, string2[],col1,col2,col3,col4,col5)
Reply
#3

change string to somthing else.
Reply
#4

C:\Users\James\Documents\--\gamemodes\ERP.pwn(20742) : error 025: function heading differs from prototype
Reply
#5

You've got to change the declaration (forward ProxDetector(...)) too.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)