#1

Hi all i have a problem,
Thats the code
dcmd_adminloginCIAOPA(playerid, params[])
how i can put on pawno the space to make it like this
dcmd_admin login CIAOPA(playerid, params[])
because this give me error.
Reply
#2

It's not possible due to how preprocessor works, unless you want get dirty with dcmd macro. You can create standard dcmd_admin, then check if first parameter is login, and the other one is CIAOPA.

As a sidenote: dcmd is quite old, use ycmd/zcmd instead.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)