17.11.2013, 11:01
(( Replying on the EDIT 2 you made ))
I think the problem is the 'new'. Try using this:
I hope that will fix the problem.
EDIT: What I did? Just don't use the PlayerInfo in when you're making 'new age = x', make the 'new' first (( 'new age;' )) then you must use it below, that's why you got the warning also.
I think the problem is the 'new'. Try using this:
pawn Код:
new age;
age = PlayerInfo[targetid][pAge];
TextDrawSetString(Licnakarta13, age);
EDIT: What I did? Just don't use the PlayerInfo in when you're making 'new age = x', make the 'new' first (( 'new age;' )) then you must use it below, that's why you got the warning also.