Posts: 929
Threads: 17
Joined: Mar 2012
Reputation:
0
stock is a define for a function
it means if the function is not used then the compiler wont include it.
String: is a tag
Float: is a tag
you really should read the PAWN Language ref
and the wiki for samp!
its all in there
Posts: 87
Threads: 26
Joined: Jan 2012
Reputation:
0
String:is a tag
Float:is a tag?
What is thesse?
Posts: 326
Threads: 30
Joined: Apr 2010
Reputation:
0
Floats are a type of tagged variable in PAWN and they are "floating point numbers", hence the name Float. This basically means that they support decimal places, such as 1.2, 1.1, 5.32, 64.21 - where as normal integers (untagged) can't support decimal places.