16.01.2011, 20:28
thanks for all anwsers ,
is there some place i can find more tecniqual info about pawno rather than just how to use it in samp....
well u said that it is an advantage that pvars get deleted on player disconnect.... so... does the number of vars that you have running in a server effects its peformance?
and if i get it right, is better use
one enum var:
enum info
{
level,
score
}
new Pinfo[MAX_PLAYERS][info];
than Pinfolevel[MAX_PLAYERS], Pinfoscore[MAX_PLAYERS]... one var for every single thing...
?
is there some place i can find more tecniqual info about pawno rather than just how to use it in samp....
well u said that it is an advantage that pvars get deleted on player disconnect.... so... does the number of vars that you have running in a server effects its peformance?
and if i get it right, is better use
one enum var:
enum info
{
level,
score
}
new Pinfo[MAX_PLAYERS][info];
than Pinfolevel[MAX_PLAYERS], Pinfoscore[MAX_PLAYERS]... one var for every single thing...
?