new Size = sizeof(Message); - 5 Errors
#7

1) Length of "Message" cannot be known from within the function. You need to add another parameter to pass the length of the variable
pawn Код:
stock SendServerMessage(PlayerID, Message[], size = sizeof(Message))
2) Array sizes need to be constant values. You cannot pass a variable for the array size unless it's declared as a constant; which if done inside the function is pointless anyway.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)