Solved fast!
I have put one global variable ship (number)
if ship number=1 exec action for ship 1
Fast copy and paste the action and put variables references to ship number...
Use this method is fast and if you have many player sprite to use can fast
add global variable for vehicle, for ship or other sprite you use..
global variable=> playercar=1
if player car=1
do what you want
if player car=2
etc...etc..