06.03.2009, 20:44
Can you help me please?
I changed all the OnPlayerLogin to OnPlayerXLogin at the seconds FS (with the /xlogin), and I have to put something like this:
at the orginal /login?
Because its kinda doesn't work, its log me in with the first /login but says incorrect password after that (for the second /xlogin)..
I changed all the OnPlayerLogin to OnPlayerXLogin at the seconds FS (with the /xlogin), and I have to put something like this:
Код:
format (cmdstring, sizeof(cmdstring), "/xlogin %d", string); CallRemoteFunction("OnPlayerCommandText", "is", playerid, cmdstring);
Because its kinda doesn't work, its log me in with the first /login but says incorrect password after that (for the second /xlogin)..
