02.08.2016, 01:52
Hello i dant to define a clientmessage with some parameter
Here is my define:
I woud like call it like SendServerSikeres(playerid, "test");
and show this: "(( test ))". But i can't do this in a define. Any idea? Thanks.
Here are the errors:
Here is my define:
Код:
#define SendServerSikeres(%0,%1) \ SendClientMessageEx(%0, COLOR_SIKERES, "(( "%1" ))")
and show this: "(( test ))". But i can't do this in a define. Any idea? Thanks.
Here are the errors:
Код:
error 035: argument type mismatch (argument 2) warning 215: expression has no effect error 001: expected token: ";", but found ")" error 029: invalid expression, assumed zero fatal error 107: too many error messages on one line