Hallo
Ich suche für ein GF einen /carcolor Befehl,
dieser so Funzen sollte
User macht /carcolor, er muss an einem Bestimmten Punkt sein,
damit er seine Carcolor ändern kann,
wenn er nicht an dem Punkt ist,soll er ne nachricht bekommen,
Wenn er an dem Punkt ist,soll er sich eine Farbe aussuchen können,
die dann auch auf seinem Car gespeichert werden
Hier die Car defination also das New
: new BoughtCar[MAX_PLAYERS],
BoughtVehType[MAX_PLAYERS],
CarModel[MAX_PLAYERS],
CarColor1[MAX_PLAYERS],
CarColor2[MAX_PLAYERS],
Float:CarPosX[MAX_PLAYERS],
Float:CarPosY[MAX_PLAYERS],
Float:CarPosZ[MAX_PLAYERS],
Float:CarPosRot[MAX_PLAYERS],
bCarPrice[MAX_PLAYERS],
BuyCarID[MAX_PLAYERS],
NitroBought[MAX_PLAYERS],
NitroType[MAX_PLAYERS],
user_trapped[MAX_PLAYERS],
Float: trap_x[MAX_PLAYERS],
Float: trap_y[MAX_PLAYERS],
Float: trap_z[MAX_PLAYERS],
trap[MAX_PLAYERS],
trap_speed[MAX_PLAYERS];
Wäre dankbar wenn mir jemand so etwas basteln könnte,
Gruß Dr.Turk