03.05.2011, 18:53
(
Последний раз редактировалось Typhome; 03.05.2011 в 20:08.
)
At accepting for license order:
Someone ordered my friend to accept this order and he had on license this name correct. After he did reconnect and now this problem happens too him.
So it should be problem at OnPlayerUpdate or OnPlayerLogin. I bet that OnPlayerLogin.
That OnPlayerLogin reading wrongly that out.
Код:
... GetPlayerName(LubaValjastaja[playerid], giveplayer, sizeof(giveplayer)); ... strmid(PData[playerid][JLubaValjastaja], giveplayer, 0, strlen(giveplayer), 256); ...
So it should be problem at OnPlayerUpdate or OnPlayerLogin. I bet that OnPlayerLogin.
That OnPlayerLogin reading wrongly that out.