I Need help in colours
#1

guys i need a FS, that it allow me to do /white /red /blue in the car and if i write that they car colour will change like /red to red. please guys


Thanks


- Ehab Isaac
Reply
#2

-> Script request topic.
Reply
#3

Easy,
pawn Код:
if(strcmp(cmdtext, "/blue", true) ==0)
  {
    ChangeVehicleColor(GetPlayerVehicleID(playerid), 410,410);//Thats blue
  }//
if(strcmp(cmdtext, "/red", true) ==0)
  {
    ChangeVehicleColor(GetPlayerVehicleID(playerid), 3,3);//Thats red
  }//
if(strcmp(cmdtext, "/white", true) ==0)
  {
    ChangeVehicleColor(GetPlayerVehicleID(playerid), 1,1);//Thats white
  }//
But next time search or Use the script request topic.
Reply
#4

oh okay ^_^ thanks for you so much mozilla
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)