View Single Post
  #9  
Old 01-24-2014, 09:38 PM
Guest001 is offline Guest001
Registered User

Join Date: Aug 2008
Posts: 4,971

After editing ssn numbers can change. (especially ssn on top of ssn) ALWAYS Check your AI SSN numbers are still matching in the WAC.

Try ssnride:


if ssnride(#) then
ploop
if ssnonssn(player,#) and not ssnride(#) then
ssn2ssn(player,#)
ssnuse(player)
endif
end
endif

if ssnride(#) then
ploop
if ssnonssn(player,#) and not ssnride(#) then
ssn2ssn(player,#)
ssnuse(player)
endif
end
endif
Reply With Quote