Support Squirrel 3.2

Issue #21 new
2b2ttianxiu created an issue

In new support, I want to have new functions.

1.getTimers → lidt[CTimer]

2.getVehicles -> list[CVehicle]

3.getMarkers

4.getPickups → list[CPickup]

5.getOnlinePlayers → list[CPlayer]

and add custom print function.

PS: Can you fix loop in function? I dont find any errors in function.

function loop in function

e.x:

funcction doSomething() {

return doSomething()

}

Comments (1)

  1. Log in to comment