Data type question.. (and mac address question)
#1

Hello, i am looking into the size of data types.. cant figure it out..

so, this is what i think i know
Code:
new var; // This is either 16 bits or 32 bits? (not sure tbh)

new arr[50]; // This is w/e the var size * 50 ??
So, if var is 32 bits.. Thats 4 bytes? Then arr[50] is 200Bytes?? and thats 4 bytes in each index?

*just need sumone to clear this up for me*

thanks


-----

Also, is there a way i can get someones router Max address? (want to ban it)
Reply
#2

Yep, pawn variables are 4 byte, so the array would be 200 bytes

And no, you cant get any ip/mac information about a player except the normal, external internet address.
Reply
#3

mhmm, is it possible to place files on someones samp directory? or anything that can be done to ban peopel effectivley.. (people on a router with a dynamic external IP address)..

and thanks!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)