05-04-2009, 04:01 PM
Small addon
IF IsNumeric(String) = True Then
Oh, its not true, cause its a string, not a number.
End If
To prevent players sending a string instead of a number which can lead to server crash.
IF IsNumeric(String) = True Then
Oh, its not true, cause its a string, not a number.
End If
To prevent players sending a string instead of a number which can lead to server crash.