04.09.2013, 15:54
Quote:
I somewhat believe you just copied some of the functions from some other script, but you forgot to copy all the necessary things.
|
It's like doing:
pawn Код:
#include < a_samp >
main( )
{
Function1( );
Function2( );
Function3( );
Function4( );
Function5( );
Function6( );
}