07.01.2014, 10:54
(
Last edited by OxyG3N; 07/01/2014 at 12:35 PM.
)
Hello guys, maybe someone using this plugin? I have strange problem with vector_find function
When im using this function server JUST CRASHING.
Something like
itemid - its ID from MySQL DB, in my case i want to check if vectorIndex its not -1, but this function just crashing.
EDIT: fixed.
When im using this function server JUST CRASHING.
Something like
pawn Code:
vectorIndex = vector_find(playerid, itemid);
EDIT: fixed.