20.11.2013, 10:22
He actually explained nothing.
And that's the worst part of it:
People are not going to have only 1 vehicle (the one you created) to their server. It should be replaced with Awankz (which holds the vehicleid) instead of adding incorrect vehicle IDs.
The lenght of "/mycar" is 6, not 10.
And that's the worst part of it:
pawn Code:
SetVehiclePos(1, X, Y, Z); //1 = vehicleid. || X = Position X || Y = Position Y || Z = Position Z.
PutPlayerInVehicle(playerid, 1, 0); //1 = vehicleid || 0 = State(0 = Driver)
pawn Code:
if (strcmp("/mycar", cmdtext, true, 10) == 0)