07.12.2009, 15:45
"PlayerInfo[targetid][pMember]" is an array, for example.
By the way: use "[Pawn ] CODE [ /Pawn]" if you want to enter code into the topic. It looks like this then:
By the way: use "[Pawn ] CODE [ /Pawn]" if you want to enter code into the topic. It looks like this then:
pawn Код:
new string[128];
format(string, sizeof(string), "The code will be in a box with syntax highlighter then.");

