24.08.2009, 20:09
just change
pInfo[MAX_PLAYERS][playerAccount],
to
pInfo[MAX_PLAYERS][PlayerAccount],
u gotta watch ur cabs
about the last warning u can
just ignore it or do
ontopofscript
#pragma unused ret_memcpy
but didnt have a closer look at it but i guess that should work like that
at least the playeraccount thing is right like that n ur warning will be away
pInfo[MAX_PLAYERS][playerAccount],
to
pInfo[MAX_PLAYERS][PlayerAccount],
u gotta watch ur cabs

about the last warning u can
just ignore it or do
ontopofscript
#pragma unused ret_memcpy
but didnt have a closer look at it but i guess that should work like that
at least the playeraccount thing is right like that n ur warning will be away

