23.04.2009, 19:25
Hi i have certain car set around my server,
When someone finds the car it changes there name colour,
Althought, So far i have one car thats green, and one thats red,
Although no matter what car i enter its always red,
Does anyone know how to fix this:
Whats wrong??
When someone finds the car it changes there name colour,
Althought, So far i have one car thats green, and one thats red,
Although no matter what car i enter its always red,
Does anyone know how to fix this:
pawn Код:
if(vehicleid == CXN130)
SendClientMessage(playerid, 0xFF0000, "Tail Number C-XN-130");
SetPlayerColor(playerid, COLOR_GREEN);
if(vehicleid == MCK345)
SendClientMessage(playerid, 0xFF0000, "Tail Number M-CK-345");
SetPlayerColor(playerid, COLOR_RED);