You are viewing our Forum Archives. To view or take place in current topics click here.
Motions97 v2 source
Posted:

Motions97 v2 sourcePosted:

nickstar24
  • New Member
Status: Offline
Joined: Sep 14, 201113Year Member
Posts: 32
Reputation Power: 1
Status: Offline
Joined: Sep 14, 201113Year Member
Posts: 32
Reputation Power: 1
HERE YOU GO

DOWNLOAD LINK
[ Register or Signin to view external links. ]

EDIT:
get rid of the


#include <security>

change the
security_keys
to
true
add this to ur commons.h

Vehicle GetPlayerVeh(void)
{
Vehicle vehicle = INVALID_HANDLE;
if (IS_CHAR_IN_ANY_CAR(GetPlayerPed()))
GET_CAR_CHAR_IS_USING(GetPlayerPed(), &vehicle);
return vehicle;
}

THATS IT, WAS THAT SO HARD, all other errors are errors that YOU have made not me

and u also might need this

[ Register or Signin to view external links. ]
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.